Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp664 StringRef PrettyPlatformName in CheckAvailability() local
667 if (PrettyPlatformName.empty()) in CheckAvailability()
668 PrettyPlatformName = ActualPlatform; in CheckAvailability()
681 Out << "not available on " << PrettyPlatformName in CheckAvailability()
702 Out << "introduced in " << PrettyPlatformName << " " << VTI << " " in CheckAvailability()
711 Out << "not available on " << PrettyPlatformName << " " << EnvName in CheckAvailability()
725 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
738 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()