Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp642 StringRef PrettyPlatformName in CheckAvailability() local
645 if (PrettyPlatformName.empty()) in CheckAvailability()
646 PrettyPlatformName = ActualPlatform; in CheckAvailability()
659 Out << "not available on " << PrettyPlatformName in CheckAvailability()
673 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
686 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
699 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()