Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp143 Clang->getASTContext().setASTMutationListener( in createChainedIncludesSource()
H A DFrontendAction.cpp950 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener()); in BeginSourceFile()
H A DCompilerInstance.cpp1691 getASTContext().setASTMutationListener( in createASTReader()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1173 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener() function