Searched refs:isCurrentModulePurview (Results 1 – 4 of 4) sorted by relevance
240 if (isCurrentModulePurview()) { in ActOnModuleDecl()518 if (getLangOpts().CPlusPlusModules && isCurrentModulePurview() && in ActOnModuleImport()767 if (!isCurrentModulePurview()) { in ActOnStartExportDecl()
1221 !isCurrentModulePurview() && !DiagnosedMissingModuleDeclaration) { in ActOnEndOfTranslationUnit()
16379 if (getLangOpts().CPlusPlusModules && isCurrentModulePurview()) { in ActOnStartLinkageSpecification()
2300 bool isCurrentModulePurview() const { in isCurrentModulePurview() function