|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
tools/clang/lib/ARCMigrate/ObjCMT.cpp 150 void HandleInterestingDecl(DeclGroupRef DG) override {
tools/clang/lib/CodeGen/CodeGenAction.cpp 197 void HandleInterestingDecl(DeclGroupRef D) override {
tools/clang/lib/Frontend/ASTUnit.cpp 980 void HandleInterestingDecl(DeclGroupRef) override {}
tools/clang/lib/Frontend/MultiplexConsumer.cpp 285 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) {
tools/clang/lib/Index/IndexingAction.cpp 87 void HandleInterestingDecl(DeclGroupRef DG) override {
tools/clang/unittests/CodeGen/CodeGenExternalTest.cpp 100 void MyASTConsumer::HandleInterestingDecl(DeclGroupRef D) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h 158 void HandleInterestingDecl(clang::DeclGroupRef D) override {
Declarations
tools/clang/include/clang/AST/ASTConsumer.h 62 virtual void HandleInterestingDecl(DeclGroupRef D);
References
tools/clang/lib/Frontend/MultiplexConsumer.cpp 287 Consumer->HandleInterestingDecl(D);
tools/clang/lib/Serialization/ASTReader.cpp 8114 Consumer->HandleInterestingDecl(DeclGroupRef(I));
8116 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD));
8123 Consumer->HandleInterestingDecl(DeclGroupRef(D));
tools/clang/unittests/CodeGen/CodeGenExternalTest.cpp 101 Builder->HandleInterestingDecl(D);
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h 159 m_c->HandleInterestingDecl(D);