Home
last modified time | relevance | path

Searched refs:isNamedModuleUnit (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp117 assert(M && M->isNamedModuleUnit() && in getEmittingModule()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp362 assert(isNamedModuleUnit() && "We should only query the global module " in getGlobalModuleFragment()
373 assert(isNamedModuleUnit() && "We should only query the private module " in getPrivateModuleFragment()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h676 bool isNamedModuleUnit() const { in isNamedModuleUnit() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp312 if (M && M->getTopLevelModule()->isNamedModuleUnit() && in getCurrentMangleNumberContext()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3304 assert(Primary->isNamedModuleUnit() && in EmitModuleInitializers()