Searched refs:HandleImplicitImportDecl (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTConsumer.cpp28 void ASTConsumer::HandleImplicitImportDecl(ImportDecl *D) { function in class:ASTConsumer
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h92 virtual void HandleImplicitImportDecl(ImportDecl *D);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h66 void HandleImplicitImportDecl(ImportDecl *D) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp315 void MultiplexConsumer::HandleImplicitImportDecl(ImportDecl *D) { function in class:MultiplexConsumer
317 Consumer->HandleImplicitImportDecl(D);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h183 void HandleImplicitImportDecl(clang::ImportDecl *D) override {
184 m_c->HandleImplicitImportDecl(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp431 Consumer.HandleImplicitImportDecl(ImportD);
514 Consumer.HandleImplicitImportDecl(ImportD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp231 void HandleImplicitImportDecl(ImportDecl *D) override {

Completed in 80 milliseconds