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);
302 Finder.matchAST(Context); in match()
/external/clang/unittests/ASTMatchers/
DASTMatchersInternalTest.cpp144 Finder.matchAST(AST->getASTContext()); in TEST()
170 Finder.matchAST(AST->getASTContext()); in TEST()
DASTMatchersTest.h257 Finder.matchAST(AST->getASTContext()); in matchAndVerifyResultConditionally()
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp878 Finder->matchAST(Context); in HandleTranslationUnit()
972 void MatchFinder::matchAST(ASTContext &Context) { in matchAST() function in clang::ast_matchers::MatchFinder