Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDGeneratePCH.cpp107 assert(M && M->isNamedModuleUnit() && in getEmittingModule()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDModule.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-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDModule.h620 bool isNamedModuleUnit() const { in isNamedModuleUnit() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp3075 assert(Primary->isNamedModuleUnit() && in EmitModuleInitializers()