Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp143 Clang->getASTContext().setASTMutationListener( in createChainedIncludesSource()
H A DFrontendAction.cpp964 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener()); in BeginSourceFile()
H A DCompilerInstance.cpp1745 getASTContext().setASTMutationListener( in createASTReader()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1233 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener() function