Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3951 StringRef GivenPlatform = PlatformIdentifier->Ident->getName(); in ParseAvailabilitySpec() local
3953 AvailabilityAttr::canonicalizePlatformName(GivenPlatform); in ParseAvailabilitySpec()
3956 (GivenPlatform.contains("xros") || GivenPlatform.contains("xrOS"))) { in ParseAvailabilitySpec()
3959 << GivenPlatform; in ParseAvailabilitySpec()