Home
last modified time | relevance | path

Searched refs:matchAST (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h190 void matchAST(ASTContext &Context);
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h229 Finder.matchAST(AST->getASTContext()); in matchAndVerifyResultConditionally()
DASTMatchersTest.cpp4510 Finder.matchAST(AST->getASTContext()); in TEST()
4536 Finder.matchAST(AST->getASTContext()); in TEST()
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp890 Finder->matchAST(Context); in HandleTranslationUnit()
984 void MatchFinder::matchAST(ASTContext &Context) { in matchAST() function in clang::ast_matchers::MatchFinder