Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp556 StringRef PrettyPlatformName in CheckAvailability() local
559 if (PrettyPlatformName.empty()) in CheckAvailability()
560 PrettyPlatformName = ActualPlatform; in CheckAvailability()
573 Out << "not available on " << PrettyPlatformName in CheckAvailability()
587 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
600 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
613 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()