reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  192   void matchAST(ASTContext &Context);

References

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  308   Finder.matchAST(Context);
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  988     Finder->matchAST(Context);
tools/clang/lib/Tooling/RefactoringCallbacks.cpp
   49     Refactoring.MatchFinder.matchAST(Context);
tools/clang/tools/extra/clang-query/Query.cpp
  100     Finder.matchAST(AST->getASTContext());
tools/clang/tools/extra/clangd/ParsedAST.cpp
  381     CTFinder.matchAST(Clang->getASTContext());
tools/clang/unittests/AST/DeclMatcher.h
   35     Finder.matchAST(D->getASTContext());
   67     Finder.matchAST(D->getASTContext());
tools/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
  136   Finder.matchAST(AST->getASTContext());
  162   Finder.matchAST(AST->getASTContext());
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h
  349   Finder.matchAST(AST->getASTContext());