Searched refs:ModuleDeclKind (Results 1 – 3 of 3) sorted by relevance
2085 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl()2086 ? Sema::ModuleDeclKind::Interface in ParseModuleDecl()2087 : Sema::ModuleDeclKind::Implementation; in ParseModuleDecl()2095 if (MDK != Sema::ModuleDeclKind::Interface) in ParseModuleDecl()2098 MDK = Sema::ModuleDeclKind::Partition; in ParseModuleDecl()
16947 ModuleDeclKind MDK, in ActOnModuleDecl()16961 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()16968 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()17018 case ModuleDeclKind::Interface: { in ActOnModuleDecl()17039 case ModuleDeclKind::Partition: in ActOnModuleDecl()17043 case ModuleDeclKind::Implementation: in ActOnModuleDecl()17060 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()
2101 enum class ModuleDeclKind { enum2110 SourceLocation ModuleLoc, ModuleDeclKind MDK,