Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/CodeGen/
DCodeGenExternalTest.cpp69 void HandleInterestingDecl(DeclGroupRef D) override;
102 void MyASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in __anonf599da290111::MyASTConsumer
103 Builder->HandleInterestingDecl(D); in HandleInterestingDecl()
/external/clang/lib/AST/
DASTConsumer.cpp23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/external/llvm-project/clang/lib/AST/
DASTConsumer.cpp22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/external/clang/include/clang/AST/
DASTConsumer.h65 virtual void HandleInterestingDecl(DeclGroupRef D);
/external/clang/include/clang/Frontend/
DMultiplexConsumer.h40 void HandleInterestingDecl(DeclGroupRef D) override;
/external/llvm-project/clang/include/clang/AST/
DASTConsumer.h62 virtual void HandleInterestingDecl(DeclGroupRef D);
/external/llvm-project/clang/include/clang/Frontend/
DMultiplexConsumer.h60 void HandleInterestingDecl(DeclGroupRef D) override;
/external/clang/lib/Index/
DIndexingAction.cpp60 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon85d556be0111::IndexASTConsumer
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp292 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
294 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
DASTUnit.cpp861 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon2e64129a0311::TopLevelDeclTrackerConsumer
/external/llvm-project/clang/lib/Frontend/
DMultiplexConsumer.cpp285 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
287 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
DASTUnit.cpp981 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon8e7ac3c80411::TopLevelDeclTrackerConsumer
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h159 void HandleInterestingDecl(clang::DeclGroupRef D) override { in HandleInterestingDecl() function
160 m_c->HandleInterestingDecl(D); in HandleInterestingDecl()
/external/llvm-project/clang/lib/Index/
DIndexingAction.cpp87 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon871ceeec0111::IndexASTConsumer
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp242 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonb70a21be0111::ObjCMigrateASTConsumer
/external/clang/lib/ARCMigrate/
DObjCMT.cpp139 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon541d4ad00111::ObjCMigrateASTConsumer
/external/clang/lib/Serialization/
DASTReader.cpp6704 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
6706 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
6738 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp7648 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
7650 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
7657 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()