Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp318 StringRef PrettyPlatformName in CheckAvailability() local
320 if (PrettyPlatformName.empty()) in CheckAvailability()
321 PrettyPlatformName = TargetPlatform; in CheckAvailability()
342 Out << "not available on " << PrettyPlatformName in CheckAvailability()
355 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
367 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
379 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()