Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp569 StringRef PrettyPlatformName in CheckAvailability() local
572 if (PrettyPlatformName.empty()) in CheckAvailability()
573 PrettyPlatformName = ActualPlatform; in CheckAvailability()
586 Out << "not available on " << PrettyPlatformName in CheckAvailability()
600 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
613 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
626 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()