Searched refs:RealizedPlatform (Results 1 – 4 of 4) sorted by relevance
635 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform() local637 return RealizedPlatform; in getRealizedPlatform()638 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getRealizedPlatform()640 return RealizedPlatform.slice(0, suffix); in getRealizedPlatform()641 return RealizedPlatform; in getRealizedPlatform()760 StringRef *RealizedPlatform) const { in getAvailability()763 RealizedPlatform); in getAvailability()791 if (RealizedPlatform) in getAvailability()792 *RealizedPlatform = Availability->getPlatform()->getName(); in getAvailability()
64 StringRef RealizedPlatform = ActualPlatform; in getAttrForPlatform() local66 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getAttrForPlatform()68 RealizedPlatform = RealizedPlatform.slice(0, suffix); in getAttrForPlatform()74 if (RealizedPlatform == TargetPlatform) { in getAttrForPlatform()
293 StringRef RealizedPlatform; in DiagnoseObjCImplementedDeprecations() local296 &RealizedPlatform); in DiagnoseObjCImplementedDeprecations()301 if (RealizedPlatform.empty()) in DiagnoseObjCImplementedDeprecations()302 RealizedPlatform = S.Context.getTargetInfo().getPlatformName(); in DiagnoseObjCImplementedDeprecations()305 if (RealizedPlatform.ends_with("_app_extension")) in DiagnoseObjCImplementedDeprecations()
744 StringRef *RealizedPlatform = nullptr) const;