Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h199 void matchAST(ASTContext &Context);
320 Finder.matchAST(Context); in match()
346 Finder.matchAST(Context); in matchDynamic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp49 Refactoring.MatchFinder.matchAST(Context); in HandleTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1314 Finder->matchAST(Context); in HandleTranslationUnit()
1437 void MatchFinder::matchAST(ASTContext &Context) { in matchAST() function in clang::ast_matchers::MatchFinder