Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp107 assert(M && M->isNamedModuleUnit() && in getEmittingModule()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp381 assert(isNamedModuleUnit() && "We should only query the global module " in getGlobalModuleFragment()
392 assert(isNamedModuleUnit() && "We should only query the private module " in getPrivateModuleFragment()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h620 bool isNamedModuleUnit() const { in isNamedModuleUnit() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3075 assert(Primary->isNamedModuleUnit() && in EmitModuleInitializers()