Searched refs:RealizedPlatform (Results 1 – 4 of 4) sorted by relevance
534 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform() local536 return RealizedPlatform; in getRealizedPlatform()537 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getRealizedPlatform()539 return RealizedPlatform.slice(0, suffix); in getRealizedPlatform()540 return RealizedPlatform; in getRealizedPlatform()638 StringRef *RealizedPlatform) const { in getAvailability()641 RealizedPlatform); in getAvailability()669 if (RealizedPlatform) in getAvailability()670 *RealizedPlatform = Availability->getPlatform()->getName(); in getAvailability()
38 StringRef RealizedPlatform = ActualPlatform; in getAttrForPlatform() local40 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getAttrForPlatform()42 RealizedPlatform = RealizedPlatform.slice(0, suffix); in getAttrForPlatform()48 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()
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()
705 StringRef *RealizedPlatform = nullptr) const;