Searched refs:StmtMatcher (Results 1 – 2 of 2) sorted by relevance
60 auto StmtMatcher = in buildStatementToAnnotationMapping() local70 for (auto &Match : match(StmtMatcher, *Func->getBody(), Context)) { in buildStatementToAnnotationMapping()
29 using StmtMatcher = internal::Matcher<Stmt>; typedef49 StmtMatcher withEnclosingCompound(ExprMatcher Matcher) { in withEnclosingCompound()