Home
last modified time | relevance | path

Searched refs:RealizedPlatform (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp520 StringRef RealizedPlatform = A->getPlatform()->getName(); in getRealizedPlatform() local
522 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp37 StringRef RealizedPlatform = ActualPlatform; in getAttrForPlatform() local
39 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getAttrForPlatform()
41 RealizedPlatform = RealizedPlatform.slice(0, suffix); in getAttrForPlatform()
47 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()
H A DSemaDeclObjC.cpp287 StringRef RealizedPlatform; in DiagnoseObjCImplementedDeprecations() local
290 &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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h670 StringRef *RealizedPlatform = nullptr) const;