Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTestingSupport.cpp60 auto StmtMatcher = in buildStatementToAnnotationMapping() local
70 for (auto &Match : match(StmtMatcher, *Func->getBody(), Context)) { in buildStatementToAnnotationMapping()
/llvm-project-15.0.7/clang/unittests/Analysis/
H A DExprMutationAnalyzerTest.cpp29 using StmtMatcher = internal::Matcher<Stmt>; typedef
49 StmtMatcher withEnclosingCompound(ExprMatcher Matcher) { in withEnclosingCompound()