|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp 231 void HandleImplicitImportDecl(ImportDecl *D) override {
tools/clang/lib/Frontend/MultiplexConsumer.cpp 315 void MultiplexConsumer::HandleImplicitImportDecl(ImportDecl *D) {
tools/clang/unittests/CodeGen/CodeGenExternalTest.cpp 126 void MyASTConsumer::HandleImplicitImportDecl(ImportDecl *D) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h 182 void HandleImplicitImportDecl(clang::ImportDecl *D) override {
Declarations
tools/clang/include/clang/AST/ASTConsumer.h 92 virtual void HandleImplicitImportDecl(ImportDecl *D);
References
tools/clang/lib/Frontend/MultiplexConsumer.cpp 317 Consumer->HandleImplicitImportDecl(D);
tools/clang/lib/Sema/SemaModule.cpp 433 Consumer.HandleImplicitImportDecl(ImportD);
516 Consumer.HandleImplicitImportDecl(ImportD);
tools/clang/unittests/CodeGen/CodeGenExternalTest.cpp 127 Builder->HandleImplicitImportDecl(D);
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h 183 m_c->HandleImplicitImportDecl(D);