Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h201 return isExplicitGlobalModule() || isImplicitGlobalModule(); in isGlobalModule()
203 bool isExplicitGlobalModule() const { in isExplicitGlobalModule() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp381 if (SubModule->isExplicitGlobalModule()) in getGlobalModuleFragment()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp938 getCurrentModule()->isExplicitGlobalModule() && in PopGlobalModuleFragment()
H A DSemaLookup.cpp5732 if (M->isExplicitGlobalModule() || M->isPrivateModule()) in diagnoseMissingImport()
H A DSemaDeclCXX.cpp12133 if (M->isExplicitGlobalModule()) in DiagnoseInvisibleNamespace()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1107 getOwningModule()->isExplicitGlobalModule(); in shouldSkipCheckingODR()