Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DChainedIncludesSource.cpp165 Clang->getASTContext().setASTMutationListener( in createChainedIncludesSource()
H A DFrontendAction.cpp830 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener()); in BeginSourceFile()
H A DCompilerInstance.cpp1494 getASTContext().setASTMutationListener( in createModuleManager()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1092 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener() function