Searched refs:HandleImplicitImportDecl (Results 1 – 9 of 9) sorted by relevance
75 void HandleImplicitImportDecl(ImportDecl *D) override;128 void MyASTConsumer::HandleImplicitImportDecl(ImportDecl *D) { in HandleImplicitImportDecl() function in __anonc824fae50111::MyASTConsumer129 Builder->HandleImplicitImportDecl(D); in HandleImplicitImportDecl()
28 void ASTConsumer::HandleImplicitImportDecl(ImportDecl *D) { in HandleImplicitImportDecl() function in ASTConsumer
93 virtual void HandleImplicitImportDecl(ImportDecl *D);
70 void HandleImplicitImportDecl(ImportDecl *D) override;
76 void HandleImplicitImportDecl(ImportDecl *D) override final { HandleImplicitImportDecl() function in clang::IncrementalASTConsumer
362 void MultiplexConsumer::HandleImplicitImportDecl(ImportDecl *D) { in CompleteExternalDeclaration() 364 Consumer->HandleImplicitImportDecl(D);350 void MultiplexConsumer::HandleImplicitImportDecl(ImportDecl *D) { HandleImplicitImportDecl() function in MultiplexConsumer
224 void HandleImplicitImportDecl(clang::ImportDecl *D) override {225 m_c->HandleImplicitImportDecl(D);190 void HandleImplicitImportDecl(clang::ImportDecl *D) override { HandleImplicitImportDecl() function
754 Consumer.HandleImplicitImportDecl(ImportD); in BuildModuleInclude() 844 Consumer.HandleImplicitImportDecl(ImportD); in ActOnStartExportDecl()