Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp555 StringRef PrettyPlatformName in CheckAvailability() local
558 if (PrettyPlatformName.empty()) in CheckAvailability()
559 PrettyPlatformName = ActualPlatform; in CheckAvailability()
572 Out << "not available on " << PrettyPlatformName in CheckAvailability()
586 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
599 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
612 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()