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()
2283 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl()2284 ? Sema::ModuleDeclKind::Interface in ParseModuleDecl()2285 : Sema::ModuleDeclKind::Implementation; in ParseModuleDecl()2305 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()2315 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
2720 enum class ModuleDeclKind { enum2728 SourceLocation ModuleLoc, ModuleDeclKind MDK,