Lines Matching defs:Keys
987 MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File);
989 IO.mapRequired("archs", Keys->Architectures);
992 IO.mapRequired("platform", Keys->Platforms);
994 IO.mapOptional("flags", Keys->Flags, TBDFlags::None);
995 IO.mapRequired("install-name", Keys->InstallName);
996 IO.mapOptional("current-version", Keys->CurrentVersion,
998 IO.mapOptional("compatibility-version", Keys->CompatibilityVersion,
1001 IO.mapOptional("swift-version", Keys->SwiftABIVersion, SwiftVersion(0));
1003 IO.mapOptional("swift-abi-version", Keys->SwiftABIVersion,
1005 IO.mapOptional("objc-constraint", Keys->ObjCConstraint,
1010 IO.mapOptional("parent-umbrella", Keys->ParentUmbrella, StringRef());
1011 IO.mapOptional("exports", Keys->Exports);
1013 IO.mapOptional("undefineds", Keys->Undefineds);
1017 MappingNormalization<NormalizedTBD_V4, const InterfaceFile *> Keys(IO,
1021 IO.mapRequired("tbd-version", Keys->TBDVersion);
1022 IO.mapRequired("targets", Keys->Targets);
1024 IO.mapOptional("flags", Keys->Flags, TBDFlags::None);
1025 IO.mapRequired("install-name", Keys->InstallName);
1026 IO.mapOptional("current-version", Keys->CurrentVersion,
1028 IO.mapOptional("compatibility-version", Keys->CompatibilityVersion,
1030 IO.mapOptional("swift-abi-version", Keys->SwiftABIVersion, SwiftVersion(0));
1031 IO.mapOptional("parent-umbrella", Keys->ParentUmbrellas);
1033 IO.mapOptionalWithContext("allowable-clients", Keys->AllowableClients,
1036 IO.mapOptionalWithContext("reexported-libraries", Keys->ReexportedLibraries,
1038 IO.mapOptional("exports", Keys->Exports);
1039 IO.mapOptional("reexports", Keys->Reexports);
1040 IO.mapOptional("undefineds", Keys->Undefineds);