Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp386 StringRef RealizedPlatform = ActualPlatform; in CheckAvailability() local
388 size_t suffix = RealizedPlatform.rfind("_app_extension"); in CheckAvailability()
390 RealizedPlatform = RealizedPlatform.slice(0, suffix); in CheckAvailability()
396 if (RealizedPlatform != TargetPlatform) in CheckAvailability()