Lines Matching refs:ast_matchers
16 using namespace ast_matchers;
100 ast_matchers::internal::Matcher<DeclStmt>, InnerMatcher) { in AST_MATCHER_P()
117 AST_MATCHER_P(InitListExpr, hasAnyInit, ast_matchers::internal::Matcher<Expr>, in AST_MATCHER_P()
120 ast_matchers::internal::BoundNodesTreeBuilder Result(*Builder); in AST_MATCHER_P()
129 const ast_matchers::internal::VariadicDynCastAllOfMatcher<Stmt, CXXTypeidExpr>
151 ast_matchers::internal::Matcher<Expr>, InnerMatcher) { in AST_MATCHER_P()
158 ast_matchers::internal::Matcher<T>
159 findFirst(const ast_matchers::internal::Matcher<T> &Matcher) { in findFirst()
191 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, in tryEachMatch()
322 ArrayRef<ast_matchers::BoundNodes> Matches) { in findExprPointeeMutation()
328 ArrayRef<ast_matchers::BoundNodes> Matches) { in findDeclPointeeMutation()