Searched refs:RealizedPlatform (Results 1 – 4 of 4) sorted by relevance
629 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform() local631 return RealizedPlatform; in getRealizedPlatform()632 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getRealizedPlatform()634 return RealizedPlatform.slice(0, suffix); in getRealizedPlatform()635 return RealizedPlatform; in getRealizedPlatform()750 StringRef *RealizedPlatform) const { in getAvailability()753 RealizedPlatform); in getAvailability()781 if (RealizedPlatform) in getAvailability()782 *RealizedPlatform = Availability->getPlatform()->getName(); in getAvailability()
62 StringRef RealizedPlatform = ActualPlatform; in getAttrForPlatform() local64 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getAttrForPlatform()66 RealizedPlatform = RealizedPlatform.slice(0, suffix); in getAttrForPlatform()72 if (RealizedPlatform == TargetPlatform) { in getAttrForPlatform()
294 StringRef RealizedPlatform; in DiagnoseObjCImplementedDeprecations() local297 &RealizedPlatform); in DiagnoseObjCImplementedDeprecations()302 if (RealizedPlatform.empty()) in DiagnoseObjCImplementedDeprecations()303 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()306 if (RealizedPlatform.ends_with("_app_extension")) in DiagnoseObjCImplementedDeprecations()
740 StringRef *RealizedPlatform = nullptr) const;