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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp77 ASTMutationListener *PCHGenerator::GetASTMutationListener() { function in class:PCHGenerator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h128 virtual ASTMutationListener *GetASTMutationListener() { return nullptr; } function in class:clang::ASTConsumer
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h71 ASTMutationListener *GetASTMutationListener() override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp245 if (auto *mutationListener = Consumer->GetASTMutationListener())
340 ASTMutationListener *MultiplexConsumer::GetASTMutationListener() { function in class:MultiplexConsumer
H A DChainedIncludesSource.cpp166 consumer->GetASTMutationListener());
H A DFrontendAction.cpp845 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
H A DASTUnit.cpp987 ASTMutationListener *GetASTMutationListener() override {
H A DCompilerInstance.cpp1536 getASTConsumer().GetASTMutationListener());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h203 clang::ASTMutationListener *GetASTMutationListener() override {
204 return m_c->GetASTMutationListener();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h784 ASTMutationListener *GetASTMutationListener() override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp459 return getASTConsumer().GetASTMutationListener();

Completed in 100 milliseconds