Home
last modified time | relevance | path

Searched refs:HandleImplicitImportDecl (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp75 void HandleImplicitImportDecl(ImportDecl *D) override;
128 void MyASTConsumer::HandleImplicitImportDecl(ImportDecl *D) { in HandleImplicitImportDecl() function in __anonc824fae50111::MyASTConsumer
129 Builder->HandleImplicitImportDecl(D); in HandleImplicitImportDecl()
/llvm-project/clang/lib/AST/
H A DASTConsumer.cpp28 void ASTConsumer::HandleImplicitImportDecl(ImportDecl *D) { in HandleImplicitImportDecl() function in ASTConsumer
/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h93 virtual void HandleImplicitImportDecl(ImportDecl *D);
/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h70 void HandleImplicitImportDecl(ImportDecl *D) override;
/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp76 void HandleImplicitImportDecl(ImportDecl *D) override final { HandleImplicitImportDecl() function in clang::IncrementalASTConsumer
/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp362 void MultiplexConsumer::HandleImplicitImportDecl(ImportDecl *D) { in CompleteExternalDeclaration()
364 Consumer->HandleImplicitImportDecl(D);
350 void MultiplexConsumer::HandleImplicitImportDecl(ImportDecl *D) { HandleImplicitImportDecl() function in MultiplexConsumer
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h224 void HandleImplicitImportDecl(clang::ImportDecl *D) override {
225 m_c->HandleImplicitImportDecl(D);
190 void HandleImplicitImportDecl(clang::ImportDecl *D) override { HandleImplicitImportDecl() function
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp754 Consumer.HandleImplicitImportDecl(ImportD); in BuildModuleInclude()
844 Consumer.HandleImplicitImportDecl(ImportD); in ActOnStartExportDecl()
/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp