Lines Matching refs:ModuleDeclKind
260 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl()
274 case ModuleDeclKind::Implementation: in ActOnModuleDecl()
275 MDK = ModuleDeclKind::PartitionImplementation; in ActOnModuleDecl()
277 case ModuleDeclKind::Interface: in ActOnModuleDecl()
278 MDK = ModuleDeclKind::PartitionInterface; in ActOnModuleDecl()
295 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()
302 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()
393 case ModuleDeclKind::Interface: in ActOnModuleDecl()
394 case ModuleDeclKind::PartitionInterface: { in ActOnModuleDecl()
410 if (MDK == ModuleDeclKind::PartitionInterface) in ActOnModuleDecl()
416 case ModuleDeclKind::Implementation: { in ActOnModuleDecl()
443 case ModuleDeclKind::PartitionImplementation: in ActOnModuleDecl()