Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
HDIndexDataConsumer.h60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexingContext.cpp94 const ImportDecl *ImportD, in reportModuleReferences()
104 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaModule.cpp741 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, in BuildModuleInclude() local
834 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, in createImplicitModuleImportForErrorRecovery() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDASTUnit.cpp973 if (const auto *ImportD = dyn_cast<ImportDecl>(D)) { in AddTopLevelDeclarationToHash() local