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

/external/clang/include/clang/AST/
H A DASTConsumer.h126 virtual ASTMutationListener *GetASTMutationListener() { return nullptr; } function in class:clang::ASTConsumer
/external/clang/include/clang/Frontend/
H A DMultiplexConsumer.h50 ASTMutationListener *GetASTMutationListener() override;
/external/clang/lib/Serialization/
H A DGeneratePCH.cpp62 ASTMutationListener *PCHGenerator::GetASTMutationListener() { function in class:PCHGenerator
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp252 if (auto *mutationListener = Consumer->GetASTMutationListener())
342 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() { function in class:MultiplexConsumer
H A DChainedIncludesSource.cpp169 consumer->GetASTMutationListener());
H A DFrontendAction.cpp343 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
H A DCompilerInstance.cpp1319 getASTConsumer().GetASTMutationListener());
H A DASTUnit.cpp868 ASTMutationListener *GetASTMutationListener() override {
/external/clang/include/clang/Serialization/
H A DASTWriter.h938 ASTMutationListener *GetASTMutationListener() override;
/external/clang/lib/Sema/
H A DSema.cpp318 return getASTConsumer().GetASTMutationListener();

Completed in 276 milliseconds