Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp427 StringRef PrettyPlatformName in CheckAvailability() local
430 if (PrettyPlatformName.empty()) in CheckAvailability()
431 PrettyPlatformName = ActualPlatform; in CheckAvailability()
444 Out << "not available on " << PrettyPlatformName in CheckAvailability()
459 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
473 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
487 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp555 StringRef PrettyPlatformName in CheckAvailability() local
558 if (PrettyPlatformName.empty()) in CheckAvailability()
559 PrettyPlatformName = ActualPlatform; in CheckAvailability()
572 Out << "not available on " << PrettyPlatformName in CheckAvailability()
586 Out << "introduced in " << PrettyPlatformName << ' ' in CheckAvailability()
599 Out << "obsoleted in " << PrettyPlatformName << ' ' in CheckAvailability()
612 Out << "first deprecated in " << PrettyPlatformName << ' ' in CheckAvailability()