Home
last modified time | relevance | path

Searched defs:ImportD (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp94 const ImportDecl *ImportD, in reportModuleReferences()
104 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp647 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, BuildModuleInclude() local
740 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, createImplicitModuleImportForErrorRecovery() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp961 if (const auto *ImportD = dyn_cast<ImportDecl>(D)) { AddTopLevelDeclarationToHash() local