Home
last modified time | relevance | path

Searched refs:MatchSwitchMatcher (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCFGMatchSwitch.h49 CaseOfCFGStmt(MatchSwitchMatcher<Stmt> M, in CaseOfCFGStmt()
64 CaseOfCFGInit(MatchSwitchMatcher<CXXCtorInitializer> M, in CaseOfCFGInit()
H A DMatchSwitch.h65 using MatchSwitchMatcher = ast_matchers::internal::Matcher<T>; variable
105 ASTMatchSwitchBuilder &&CaseOf(MatchSwitchMatcher<BaseT> M, in CaseOf()