Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp427 StringRef PrettyPlatformName in CheckAvailability() local
430 if (PrettyPlatformName.empty()) in CheckAvailability()
431 PrettyPlatformName = ActualPlatform; in CheckAvailability()
444 Out << "not available on " << PrettyPlatformName in CheckAvailability()
459 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
473 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
487 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()