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

/external/clang/lib/AST/
H A DDeclBase.cpp340 StringRef PrettyPlatformName local
342 if (PrettyPlatformName.empty())
343 PrettyPlatformName = TargetPlatform;
364 Out << "not available on " << PrettyPlatformName
377 Out << "introduced in " << PrettyPlatformName << ' '
389 Out << "obsoleted in " << PrettyPlatformName << ' '
401 Out << "first deprecated in " << PrettyPlatformName << ' '

Completed in 44 milliseconds