Searched refs:GetASTMutationListener (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
H A DASTConsumer.h137 virtual ASTMutationListener *GetASTMutationListener() { return nullptr; } function in class:clang::ASTConsumer
/external/clang/include/clang/Frontend/
H A DMultiplexConsumer.h53 ASTMutationListener *GetASTMutationListener() override;
/external/clang/lib/Serialization/
H A DGeneratePCH.cpp59 ASTMutationListener *PCHGenerator::GetASTMutationListener() { function in class:PCHGenerator
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp239 if (auto *mutationListener = Consumer->GetASTMutationListener())
339 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() { function in class:MultiplexConsumer
H A DChainedIncludesSource.cpp169 consumer->GetASTMutationListener());
H A DFrontendAction.cpp325 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
H A DCompilerInstance.cpp1283 getASTConsumer().GetASTMutationListener());
H A DASTUnit.cpp868 ASTMutationListener *GetASTMutationListener() override {
/external/clang/include/clang/Serialization/
H A DASTWriter.h913 ASTMutationListener *GetASTMutationListener() override;
/external/clang/lib/Sema/
H A DSema.cpp319 return getASTConsumer().GetASTMutationListener();

Completed in 165 milliseconds