Searched refs:Versioned (Results 1 – 6 of 6) sorted by relevance
621 struct Versioned { struct626 typedef std::vector<Versioned> VersionedSeq;629 LLVM_YAML_IS_SEQUENCE_VECTOR(Versioned)633 template <> struct MappingTraits<Versioned> {634 static void mapping(IO &IO, Versioned &V) { in mapping()1191 for (const auto &Versioned : M.SwiftVersions) in convertModule() local1192 convertTopLevelItems(/* context */ std::nullopt, Versioned.Items, in convertModule()1193 Versioned.Version); in convertModule()
1456 for (auto &Versioned : VersionedVec) { in addContext() local1457 if (Versioned.first == SwiftVersion) { in addContext()1458 Versioned.second |= Info; in addContext()1500 for (auto &Versioned : VersionedVec) { in addObjCMethod() local1501 if (Versioned.first == SwiftVersion) { in addObjCMethod()1502 Versioned.second.setHasDesignatedInits(true); in addObjCMethod()
99 class Versioned {117 class Spelling : public Versioned {
55 class Versioned<int min = 0, int max = 0x7FFFFFFF> {64 : Versioned<min, max> {149 : Versioned<min, max> {
149 auto *Versioned = SwiftVersionedAdditionAttr::CreateImplicit( in handleAPINotedAttribute() local153 D->addAttr(Versioned); in handleAPINotedAttribute()166 auto *Versioned = SwiftVersionedAdditionAttr::CreateImplicit( in handleAPINotedAttribute() local169 D->addAttr(Versioned); in handleAPINotedAttribute()175 auto *Versioned = SwiftVersionedRemovalAttr::CreateImplicit( in handleAPINotedAttribute() local178 D->addAttr(Versioned); in handleAPINotedAttribute()
396 // Versioned attributes of operation