Searched refs:ModuleInterface (Results 1 – 2 of 2) sorted by relevance
231 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()267 if (!ModuleScopes.back().ModuleInterface) { in ActOnPrivateModuleFragmentDecl()293 ModuleScopes.back().ModuleInterface = true; in ActOnPrivateModuleFragmentDecl()394 if (!ModuleScopes.empty() && ModuleScopes.back().ModuleInterface) { in ActOnModuleImport()536 } else if (!ModuleScopes.back().ModuleInterface) { in ActOnStartExportDecl()
2019 bool ModuleInterface = false; member