Searched refs:isModulePurview (Results 1 – 5 of 5) sorted by relevance
131 ModuleScopes.back().Module->isModulePurview()) { in ActOnModuleDecl()534 if (ModuleScopes.empty() || !ModuleScopes.back().Module->isModulePurview()) { in ActOnStartExportDecl()
1104 !ModuleScopes.back().Module->isModulePurview()) && in ActOnEndOfTranslationUnit()
1589 bool NewIsModuleInterface = NewM && NewM->isModulePurview(); in CheckRedeclarationModuleOwnership()1590 bool OldIsModuleInterface = OldM && OldM->isModulePurview(); in CheckRedeclarationModuleOwnership()
151 bool isModulePurview() const { in isModulePurview() function
574 return M->isModulePurview(); in isInModulePurview()