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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 2228       if (OldPlatform != Platform) {
 2280               << AvailabilityAttr::getPrettyPlatformName(Platform->getName())
 2286               << AvailabilityAttr::getPrettyPlatformName(Platform->getName())
 2315       if (checkAvailabilityAttr(*this, OldAA->getRange(), Platform,
 2338   if (!checkAvailabilityAttr(*this, CI.getRange(), Platform, MergedIntroduced,
 2342         Context, CI, Platform, Introduced, Deprecated, Obsoleted, IsUnavailable,