Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp269 llvm::StringRef PrettyPlatformName in CheckAvailability() local
271 if (PrettyPlatformName.empty()) in CheckAvailability()
272 PrettyPlatformName = TargetPlatform; in CheckAvailability()
287 Out << "not available on " << PrettyPlatformName; in CheckAvailability()
299 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
311 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
323 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()