/external/llvm-project/clang/unittests/CodeGen/ |
D | CodeGenExternalTest.cpp | 69 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/ |
D | ASTConsumer.cpp | 23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
|
/external/llvm-project/clang/lib/AST/ |
D | ASTConsumer.cpp | 22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
|
/external/clang/include/clang/AST/ |
D | ASTConsumer.h | 65 virtual void HandleInterestingDecl(DeclGroupRef D);
|
/external/clang/include/clang/Frontend/ |
D | MultiplexConsumer.h | 40 void HandleInterestingDecl(DeclGroupRef D) override;
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTConsumer.h | 62 virtual void HandleInterestingDecl(DeclGroupRef D);
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | MultiplexConsumer.h | 60 void HandleInterestingDecl(DeclGroupRef D) override;
|
/external/clang/lib/Index/ |
D | IndexingAction.cpp | 60 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon85d556be0111::IndexASTConsumer
|
/external/clang/lib/Frontend/ |
D | MultiplexConsumer.cpp | 292 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer 294 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
|
D | ASTUnit.cpp | 861 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon2e64129a0311::TopLevelDeclTrackerConsumer
|
/external/llvm-project/clang/lib/Frontend/ |
D | MultiplexConsumer.cpp | 285 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer 287 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
|
D | ASTUnit.cpp | 981 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon8e7ac3c80411::TopLevelDeclTrackerConsumer
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ASTUtils.h | 159 void HandleInterestingDecl(clang::DeclGroupRef D) override { in HandleInterestingDecl() function 160 m_c->HandleInterestingDecl(D); in HandleInterestingDecl()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexingAction.cpp | 87 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon871ceeec0111::IndexASTConsumer
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 242 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonb70a21be0111::ObjCMigrateASTConsumer
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 139 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon541d4ad00111::ObjCMigrateASTConsumer
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6704 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/ |
D | ASTReader.cpp | 7648 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer() 7650 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer() 7657 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()
|