Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h201 void matchAST(ASTContext &Context);
323 Finder.matchAST(Context); in match()
349 Finder.matchAST(Context); in matchDynamic()
/src/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp49 Refactoring.MatchFinder.matchAST(Context); in HandleTranslationUnit()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1562 Finder->matchAST(Context); in HandleTranslationUnit()
1694 void MatchFinder::matchAST(ASTContext &Context) { in matchAST() function in clang::ast_matchers::MatchFinder