reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  104     const auto *SA = cast<AvailabilityAttr>(A); (void)SA;
  105     if (SA->getPlatform())
  106       OS << " " << SA->getPlatform()->getName();
  107     OS << " " << SA->getIntroduced();
  108     OS << " " << SA->getDeprecated();
  109     OS << " " << SA->getObsoleted();
  110     if (SA->getUnavailable()) OS << " Unavailable";
  111     OS << " \"" << SA->getMessage() << "\"";
  112     if (SA->getStrict()) OS << " Strict";
  113     OS << " \"" << SA->getReplacement() << "\"";
  114     OS << " " << SA->getPriority();