Lines Matching defs:OldAA
2171 const auto *OldAA = dyn_cast<AvailabilityAttr>(Attrs[i]);
2172 if (!OldAA) {
2177 IdentifierInfo *OldPlatform = OldAA->getPlatform();
2183 IdentifierInfo *OldEnvironment = OldAA->getEnvironment();
2192 if (OldAA->getPriority() < Priority)
2198 if (OldAA->getPriority() > Priority) {
2205 VersionTuple OldIntroduced = OldAA->getIntroduced();
2206 VersionTuple OldDeprecated = OldAA->getDeprecated();
2207 VersionTuple OldObsoleted = OldAA->getObsoleted();
2208 bool OldIsUnavailable = OldAA->getUnavailable();
2234 Diag(OldAA->getLocation(),
2247 Diag(OldAA->getLocation(),
2259 Diag(OldAA->getLocation(), diag::warn_mismatched_availability);
2279 if (checkAvailabilityAttr(*this, OldAA->getRange(), Platform,