Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h191 void matchAST(ASTContext &Context);
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h245 Finder.matchAST(AST->getASTContext()); in matchAndVerifyResultConditionally()
DASTMatchersTest.cpp4811 Finder.matchAST(AST->getASTContext()); in TEST()
4837 Finder.matchAST(AST->getASTContext()); in TEST()
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp885 Finder->matchAST(Context); in HandleTranslationUnit()
979 void MatchFinder::matchAST(ASTContext &Context) { in matchAST() function in clang::ast_matchers::MatchFinder