Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h169 bool isGlobalModule() const { return Kind == GlobalModuleFragment; } in isGlobalModule() function
558 if (isGlobalModule()) in getPrimaryModuleInterfaceName()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp547 ModuleScopes.back().Module->isGlobalModule()))) { in ActOnModuleImport()
548 assert((!ModuleScopes.back().Module->isGlobalModule() || in ActOnModuleImport()
944 assert(!ModuleScopes.empty() && getCurrentModule()->isGlobalModule() && in PopGlobalModuleFragment()
H A DSemaLookup.cpp1871 if (M->isGlobalModule() && M != this->GlobalModuleFragment) in isModuleVisible()
H A DSemaDeclCXX.cpp16343 getCurrentModule()->isGlobalModule() && getCurrentModule()->Parent) in ActOnFinishLinkageSpecification()
H A DSemaDecl.cpp9495 NewFD->getOwningModule()->isGlobalModule() || in ActOnFunctionDeclarator()