Searched refs:ModuleDeclKind (Results 1 – 3 of 3) sorted by relevance
163 case ModuleDeclKind::Implementation: 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()[all …]
2349 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl()2350 ? Sema::ModuleDeclKind::Interface in ParseModuleDecl()2351 : Sema::ModuleDeclKind::Implementation; in ParseModuleDecl()2371 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()2382 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
3069 enum class ModuleDeclKind { enum3097 SourceLocation ModuleLoc, ModuleDeclKind MDK,