Home | History | Annotate | Download | only in Index

Lines Matching defs:AA

999       const AvailabilityAttr *AA = dyn_cast<AvailabilityAttr>(Attrs[i]);
1000 if (!AA) {
1025 if (AA->getPlatform()) {
1027 AA->getPlatform()->getName());
1029 Distribution = AA->getPlatform()->getName();
1032 VersionTuple IntroducedInVersion = AA->getIntroduced();
1038 VersionTuple DeprecatedInVersion = AA->getDeprecated();
1044 VersionTuple RemovedAfterVersion = AA->getObsoleted();
1050 StringRef DeprecationSummary = AA->getMessage();
1056 if (AA->getUnavailable())