Home
last modified time | relevance | path

Searched defs:HandleImplicitImportDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTConsumer.cpp28 void ASTConsumer::HandleImplicitImportDecl(ImportDecl *D) { in HandleImplicitImportDecl() function in ASTConsumer
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp128 void MyASTConsumer::HandleImplicitImportDecl(ImportDecl *D) { in HandleImplicitImportDecl() function in __anonee9b01220111::MyASTConsumer
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp238 void HandleImplicitImportDecl(ImportDecl *D) override { in HandleImplicitImportDecl() function in __anon8fee51a70111::PCHContainerGenerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DMultiplexConsumer.cpp321 void MultiplexConsumer::HandleImplicitImportDecl(ImportDecl *D) { in HandleImplicitImportDecl() function in MultiplexConsumer
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h183 void HandleImplicitImportDecl(clang::ImportDecl *D) override { in HandleImplicitImportDecl() function