Lines Matching refs:ModuleDeclKind
174 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl()
188 case ModuleDeclKind::Implementation: in ActOnModuleDecl()
189 MDK = ModuleDeclKind::PartitionImplementation; in ActOnModuleDecl()
191 case ModuleDeclKind::Interface: in ActOnModuleDecl()
192 MDK = ModuleDeclKind::PartitionInterface; in ActOnModuleDecl()
209 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()
216 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()
307 case ModuleDeclKind::Interface: in ActOnModuleDecl()
308 case ModuleDeclKind::PartitionInterface: { in ActOnModuleDecl()
324 if (MDK == ModuleDeclKind::PartitionInterface) in ActOnModuleDecl()
330 case ModuleDeclKind::Implementation: { in ActOnModuleDecl()
357 case ModuleDeclKind::PartitionImplementation: in ActOnModuleDecl()