Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp414 StringRef RealizedPlatform = ActualPlatform; in CheckAvailability() local
416 size_t suffix = RealizedPlatform.rfind("_app_extension"); in CheckAvailability()
418 RealizedPlatform = RealizedPlatform.slice(0, suffix); in CheckAvailability()
424 if (RealizedPlatform != TargetPlatform) in CheckAvailability()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp6232 StringRef RealizedPlatform = ActualPlatform; in getAttrForPlatform() local
6234 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getAttrForPlatform()
6236 RealizedPlatform = RealizedPlatform.slice(0, suffix); in getAttrForPlatform()
6242 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()