Lines Matching refs:Keys

1022     MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File);
1023 IO.mapRequired("archs", Keys->Architectures);
1025 IO.mapOptional("uuids", Keys->UUIDs);
1026 IO.mapRequired("platform", Keys->Platforms);
1028 IO.mapOptional("flags", Keys->Flags, TBDFlags::None);
1029 IO.mapRequired("install-name", Keys->InstallName);
1030 IO.mapOptional("current-version", Keys->CurrentVersion,
1032 IO.mapOptional("compatibility-version", Keys->CompatibilityVersion,
1035 IO.mapOptional("swift-version", Keys->SwiftABIVersion, SwiftVersion(0));
1037 IO.mapOptional("swift-abi-version", Keys->SwiftABIVersion,
1039 IO.mapOptional("objc-constraint", Keys->ObjCConstraint,
1044 IO.mapOptional("parent-umbrella", Keys->ParentUmbrella, StringRef());
1045 IO.mapOptional("exports", Keys->Exports);
1047 IO.mapOptional("undefineds", Keys->Undefineds);
1051 MappingNormalization<NormalizedTBD_V4, const InterfaceFile *> Keys(IO,
1054 IO.mapRequired("tbd-version", Keys->TBDVersion);
1055 IO.mapRequired("targets", Keys->Targets);
1056 IO.mapOptional("uuids", Keys->UUIDs);
1057 IO.mapOptional("flags", Keys->Flags, TBDFlags::None);
1058 IO.mapRequired("install-name", Keys->InstallName);
1059 IO.mapOptional("current-version", Keys->CurrentVersion,
1061 IO.mapOptional("compatibility-version", Keys->CompatibilityVersion,
1063 IO.mapOptional("swift-abi-version", Keys->SwiftABIVersion, SwiftVersion(0));
1064 IO.mapOptional("parent-umbrella", Keys->ParentUmbrellas);
1066 IO.mapOptionalWithContext("allowable-clients", Keys->AllowableClients,
1069 IO.mapOptionalWithContext("reexported-libraries", Keys->ReexportedLibraries,
1071 IO.mapOptional("exports", Keys->Exports);
1072 IO.mapOptional("reexports", Keys->Reexports);
1073 IO.mapOptional("undefineds", Keys->Undefineds);