Home
last modified time | relevance | path

Searched refs:isGlobalModule (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h239 bool isGlobalModule() const { in isGlobalModule() function
694 if (isGlobalModule()) in getPrimaryModuleInterfaceName()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp666 assert((M->isGlobalModule() || Loc.isValid()) && in setVisible()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp716 assert((SubM->isGlobalModule() || SubM->isPrivateModule()) && in EmitCXXModuleInitFunc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1186 return getOwningModule() && getOwningModule()->isGlobalModule(); in isFromGlobalModule()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1957 if (M->isGlobalModule() && LookupModules.count(M->getTopLevelModule())) in isModuleVisible()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3787 if (!M->isGlobalModule()) in checkMultipleDefinitionInNamedModules()
H A DASTReader.cpp12983 if (M->isGlobalModule()) in getPrimaryModuleHash()