Searched defs:OldAA (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp1740 const AvailabilityAttr *OldAA = dyn_cast<AvailabilityAttr>(Attrs[i]); local
1741 if (!OldAA) {
1746 IdentifierInfo *OldPlatform = OldAA->getPlatform();
1753 VersionTuple OldIntroduced = OldAA->getIntroduced();
1754 VersionTuple OldDeprecated = OldAA->getDeprecated();
1755 VersionTuple OldObsoleted = OldAA->getObsoleted();
1756 bool OldIsUnavailable = OldAA->getUnavailable();
1782 Diag(OldAA->getLocation(),
1786 Diag(OldAA->getLocation(),
1794 Diag(OldAA
[all...]

Completed in 98 milliseconds