Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h60 virtual bool handleModuleOccurrence(const ImportDecl *ImportD, in handleModuleOccurrence()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp741 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, in BuildModuleInclude() local
834 ImportDecl *ImportD = ImportDecl::CreateImplicit(getASTContext(), TU, in createImplicitModuleImportForErrorRecovery() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp973 if (const auto *ImportD = dyn_cast<ImportDecl>(D)) { in AddTopLevelDeclarationToHash() local