Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h201 return isExplicitGlobalModule() || isImplicitGlobalModule(); in isGlobalModule()
203 bool isExplicitGlobalModule() const { in isExplicitGlobalModule() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp385 if (SubModule->isExplicitGlobalModule()) in getGlobalModuleFragment()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp1047 getCurrentModule()->isExplicitGlobalModule() && in PopGlobalModuleFragment()
H A DSemaLookup.cpp5598 if (M->isExplicitGlobalModule() || M->isPrivateModule()) in diagnoseMissingImport()
H A DSemaDeclCXX.cpp12049 if (M->isExplicitGlobalModule()) in DiagnoseInvisibleNamespace()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1161 return getOwningModule() && getOwningModule()->isExplicitGlobalModule(); in isFromExplicitGlobalModule()