Searched refs:isGlobalModule (Results 1 – 6 of 6) sorted by relevance
173 bool isGlobalModule() const { return Kind == GlobalModuleFragment; } in isGlobalModule() function569 if (isGlobalModule()) in getPrimaryModuleInterfaceName()
602 ModuleScopes.back().Module->isGlobalModule()))) { in ActOnModuleImport()1002 assert(!ModuleScopes.empty() && getCurrentModule()->isGlobalModule() && in PopGlobalModuleFragment()
1871 if (M->isGlobalModule() && M != this->GlobalModuleFragment) in isModuleVisible()5709 if (M->isGlobalModule() || M->isPrivateModule()) in diagnoseMissingImport()
16412 getCurrentModule()->isGlobalModule() && getCurrentModule()->Parent) in ActOnFinishLinkageSpecification()
9646 NewFD->getOwningModule()->isGlobalModule() || in ActOnFunctionDeclarator()
657 assert((M->isGlobalModule() || Loc.isValid()) && in setVisible()