Home
last modified time | relevance | path

Searched refs:isModuleMapModule (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h212 bool isModuleMapModule() const { return Kind == ModuleMapModule; } in isModuleMapModule() function
592 return isModuleMapModule() || isHeaderUnit(); in isHeaderLikeModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1464 assert(M->isModuleMapModule()); in markClangModuleAsAffecting()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3511 !VD->getOwningModule()->isModuleMapModule()) { in MayBeEmittedEagerly()
6938 !Import->getImportedOwningModule()->isModuleMapModule()) in EmitTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5765 if (M->isModuleMapModule()) in diagnoseMissingImport()