Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h200 bool isGlobalModule() const { in isGlobalModule() function
632 if (isGlobalModule()) in getPrimaryModuleInterfaceName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp680 assert((M->isGlobalModule() || Loc.isValid()) && in setVisible()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp683 assert((SubM->isGlobalModule() || SubM->isPrivateModule()) && in EmitCXXModuleInitFunc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1098 if (M->isGlobalModule()) in isInAnotherModuleUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1899 if (M->isGlobalModule() && LookupModules.count(M->getTopLevelModule())) in isModuleVisible()
H A DSemaDecl.cpp9880 NewFD->getOwningModule()->isGlobalModule() || in ActOnFunctionDeclarator()