Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp399 StringRef PrettyPlatformName in CheckAvailability() local
402 if (PrettyPlatformName.empty()) in CheckAvailability()
403 PrettyPlatformName = ActualPlatform; in CheckAvailability()
416 Out << "not available on " << PrettyPlatformName in CheckAvailability()
431 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
445 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
459 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()