Searched refs:RealizedPlatform (Results 1 – 4 of 4) sorted by relevance
487 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform() local489 return RealizedPlatform; in getRealizedPlatform()490 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getRealizedPlatform()492 return RealizedPlatform.slice(0, suffix); in getRealizedPlatform()493 return RealizedPlatform; in getRealizedPlatform()591 StringRef *RealizedPlatform) const { in getAvailability()594 RealizedPlatform); in getAvailability()622 if (RealizedPlatform) in getAvailability()623 *RealizedPlatform = Availability->getPlatform()->getName(); in getAvailability()
287 StringRef RealizedPlatform; in DiagnoseObjCImplementedDeprecations() local290 &RealizedPlatform); in DiagnoseObjCImplementedDeprecations()295 if (RealizedPlatform.empty()) in DiagnoseObjCImplementedDeprecations()296 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()299 if (RealizedPlatform.endswith("_app_extension")) in DiagnoseObjCImplementedDeprecations()
7342 StringRef RealizedPlatform = ActualPlatform; in getAttrForPlatform() local7344 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getAttrForPlatform()7346 RealizedPlatform = RealizedPlatform.slice(0, suffix); in getAttrForPlatform()7352 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()
649 StringRef *RealizedPlatform = nullptr) const;