Searched refs:ModuleDeclKind (Results 1 – 3 of 3) sorted by relevance
92 ModuleDeclKind MDK, ModuleIdPath Path, bool IsFirstDecl) { in ActOnModuleDecl()105 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()112 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()183 case ModuleDeclKind::Interface: { in ActOnModuleDecl()204 case ModuleDeclKind::Implementation: in ActOnModuleDecl()231 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()
2293 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl()2294 ? Sema::ModuleDeclKind::Interface in ParseModuleDecl()2295 : Sema::ModuleDeclKind::Implementation; in ParseModuleDecl()2315 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()2325 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
2853 enum class ModuleDeclKind { enum2861 SourceLocation ModuleLoc, ModuleDeclKind MDK,