Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTConsumer.cpp22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h63 virtual void HandleInterestingDecl(DeclGroupRef D);
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h62 void HandleInterestingDecl(DeclGroupRef D) override;
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h105 void HandleInterestingDecl(DeclGroupRef D) override;
H A DCodeGenAction.cpp223 void BackendConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in clang::BackendConsumer
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp320 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
322 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
H A DASTUnit.cpp1026 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anone37b80710411::TopLevelDeclTrackerConsumer
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h166 void HandleInterestingDecl(clang::DeclGroupRef D) override { in HandleInterestingDecl() function
167 m_c->HandleInterestingDecl(D); in HandleInterestingDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonb20dd8150111::IndexASTConsumer
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp142 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonac2273870111::ObjCMigrateASTConsumer
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8108 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
8110 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
8117 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()