Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTConsumer.cpp28 void ASTConsumer::HandleImplicitImportDecl(ImportDecl *D) { in HandleImplicitImportDecl() function in ASTConsumer
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp76 void HandleImplicitImportDecl(ImportDecl *D) override final { in HandleImplicitImportDecl() function in clang::IncrementalASTConsumer
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp241 void HandleImplicitImportDecl(ImportDecl *D) override { in HandleImplicitImportDecl() function in __anon03be76890111::PCHContainerGenerator
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp321 void MultiplexConsumer::HandleImplicitImportDecl(ImportDecl *D) { HandleImplicitImportDecl() function in MultiplexConsumer
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h184 void HandleImplicitImportDecl(clang::ImportDecl *D) override { HandleImplicitImportDecl() function