Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTConsumer.cpp22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h62 virtual void HandleInterestingDecl(DeclGroupRef D);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h62 void HandleInterestingDecl(DeclGroupRef D) override;
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp61 void HandleInterestingDecl(DeclGroupRef D) override final { in HandleInterestingDecl() function in clang::IncrementalASTConsumer
62 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h105 void HandleInterestingDecl(DeclGroupRef D) override;
H A DCodeGenAction.cpp230 void BackendConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in clang::BackendConsumer
/freebsd-14.2/contrib/llvm-project/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.cpp1014 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon670461e70411::TopLevelDeclTrackerConsumer
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h160 void HandleInterestingDecl(clang::DeclGroupRef D) override { in HandleInterestingDecl() function
161 m_c->HandleInterestingDecl(D); in HandleInterestingDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anona976848b0111::IndexASTConsumer
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp142 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anona0c783bd0111::ObjCMigrateASTConsumer
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8021 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
8023 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
8030 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()