Home
last modified time | relevance | path

Searched refs:HandleInterestingDecl (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp69 void HandleInterestingDecl(DeclGroupRef D) override;
102 void MyASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in __anonee9b01220111::MyASTConsumer
103 Builder->HandleInterestingDecl(D); in HandleInterestingDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTConsumer.cpp22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTConsumer.h62 virtual void HandleInterestingDecl(DeclGroupRef D);
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DMultiplexConsumer.h62 void HandleInterestingDecl(DeclGroupRef D) override;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DMultiplexConsumer.cpp291 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
293 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
H A DASTUnit.cpp978 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon6243dda10411::TopLevelDeclTrackerConsumer
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h159 void HandleInterestingDecl(clang::DeclGroupRef D) override { in HandleInterestingDecl() function
160 m_c->HandleInterestingDecl(D); in HandleInterestingDecl()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexingAction.cpp132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anoneb214d450111::IndexASTConsumer
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp256 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon03f676b70111::ObjCMigrateASTConsumer
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7762 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
7764 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
7771 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()