Searched refs:RealizedPlatform (Results 1 – 6 of 6) sorted by relevance
520 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform() local522 return RealizedPlatform; in getRealizedPlatform()523 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getRealizedPlatform()525 return RealizedPlatform.slice(0, suffix); in getRealizedPlatform()526 return RealizedPlatform; in getRealizedPlatform()624 StringRef *RealizedPlatform) const { in getAvailability()627 RealizedPlatform); in getAvailability()655 if (RealizedPlatform) in getAvailability()656 *RealizedPlatform = Availability->getPlatform()->getName(); in getAvailability()
37 StringRef RealizedPlatform = ActualPlatform; in getAttrForPlatform() local39 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getAttrForPlatform()41 RealizedPlatform = RealizedPlatform.slice(0, suffix); in getAttrForPlatform()47 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()
414 StringRef RealizedPlatform = ActualPlatform; in CheckAvailability() local416 size_t suffix = RealizedPlatform.rfind("_app_extension"); in CheckAvailability()418 RealizedPlatform = RealizedPlatform.slice(0, suffix); in CheckAvailability()424 if (RealizedPlatform != TargetPlatform) in CheckAvailability()
6232 StringRef RealizedPlatform = ActualPlatform; in getAttrForPlatform() local6234 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getAttrForPlatform()6236 RealizedPlatform = RealizedPlatform.slice(0, suffix); in getAttrForPlatform()6242 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()
670 StringRef *RealizedPlatform = nullptr) const;