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.cpp670 StringRef PrettyPlatformName in CheckAvailability() local
673 if (PrettyPlatformName.empty()) in CheckAvailability()
674 PrettyPlatformName = ActualPlatform; in CheckAvailability()
687 Out << "not available on " << PrettyPlatformName in CheckAvailability()
708 Out << "introduced in " << PrettyPlatformName << " " << VTI; in CheckAvailability()
719 Out << "not available on " << PrettyPlatformName; in CheckAvailability()
735 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
748 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()