Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclBase.cpp329 StringRef PrettyPlatformName in CheckAvailability() local
331 if (PrettyPlatformName.empty()) in CheckAvailability()
332 PrettyPlatformName = TargetPlatform; in CheckAvailability()
353 Out << "not available on " << PrettyPlatformName in CheckAvailability()
366 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
378 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
390 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()