Lines Matching refs:ModuleDeclKind
180 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl()
194 case ModuleDeclKind::Implementation: in ActOnModuleDecl()
195 MDK = ModuleDeclKind::PartitionImplementation; in ActOnModuleDecl()
197 case ModuleDeclKind::Interface: in ActOnModuleDecl()
198 MDK = ModuleDeclKind::PartitionInterface; in ActOnModuleDecl()
215 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()
222 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()
316 case ModuleDeclKind::Interface: in ActOnModuleDecl()
317 case ModuleDeclKind::PartitionInterface: { in ActOnModuleDecl()
333 if (MDK == ModuleDeclKind::PartitionInterface) in ActOnModuleDecl()
339 case ModuleDeclKind::Implementation: { in ActOnModuleDecl()
365 case ModuleDeclKind::PartitionImplementation: in ActOnModuleDecl()
385 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()
404 if (MDK == ModuleDeclKind::Implementation) { in ActOnModuleDecl()