Lines Matching refs:ModuleDeclKind
149 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl()
163 case ModuleDeclKind::Implementation: in ActOnModuleDecl()
164 MDK = ModuleDeclKind::PartitionImplementation; in ActOnModuleDecl()
166 case ModuleDeclKind::Interface: in ActOnModuleDecl()
167 MDK = ModuleDeclKind::PartitionInterface; in ActOnModuleDecl()
184 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()
191 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()
267 case ModuleDeclKind::Interface: in ActOnModuleDecl()
268 case ModuleDeclKind::PartitionInterface: { in ActOnModuleDecl()
285 if (MDK == ModuleDeclKind::PartitionInterface) in ActOnModuleDecl()
291 case ModuleDeclKind::Implementation: { in ActOnModuleDecl()
309 case ModuleDeclKind::PartitionImplementation: in ActOnModuleDecl()
330 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()
349 if (MDK == ModuleDeclKind::Implementation) { in ActOnModuleDecl()