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

/external/clang/lib/Serialization/
H A DGeneratePCH.cpp67 ASTMutationListener *PCHGenerator::GetASTMutationListener() { function in class:PCHGenerator
/external/clang/include/clang/AST/
H A DASTConsumer.h139 virtual ASTMutationListener *GetASTMutationListener() { return 0; } function in class:clang::ASTConsumer
/external/clang/include/clang/Frontend/
H A DMultiplexConsumer.h46 virtual ASTMutationListener *GetASTMutationListener();
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp191 Consumers[i]->GetASTMutationListener();
266 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() { function in class:MultiplexConsumer
H A DChainedIncludesSource.cpp117 consumer->GetASTMutationListener());
H A DFrontendAction.cpp289 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
H A DCompilerInstance.cpp1165 getASTConsumer().GetASTMutationListener());
H A DASTUnit.cpp947 virtual ASTMutationListener *GetASTMutationListener() { function in class:__anon15259::TopLevelDeclTrackerConsumer
/external/clang/include/clang/Serialization/
H A DASTWriter.h769 virtual ASTMutationListener *GetASTMutationListener();
/external/clang/lib/Sema/
H A DSema.cpp226 return getASTConsumer().GetASTMutationListener();

Completed in 150 milliseconds