clang 17.0.0git
|
Describes the trailing object for Availability attribute in ParsedAttr. More...
#include "clang/Sema/ParsedAttr.h"
Public Member Functions | |
AvailabilityData (const AvailabilityChange &Introduced, const AvailabilityChange &Deprecated, const AvailabilityChange &Obsoleted, SourceLocation Strict, const Expr *ReplaceExpr) | |
Public Attributes | |
AvailabilityChange | Changes [NumAvailabilitySlots] |
SourceLocation | StrictLoc |
const Expr * | Replacement |
Describes the trailing object for Availability attribute in ParsedAttr.
Definition at line 66 of file ParsedAttr.h.
|
inline |
Definition at line 71 of file ParsedAttr.h.
References Changes, clang::detail::DeprecatedSlot, clang::detail::IntroducedSlot, and clang::detail::ObsoletedSlot.
AvailabilityChange clang::detail::AvailabilityData::Changes[NumAvailabilitySlots] |
Definition at line 67 of file ParsedAttr.h.
Referenced by AvailabilityData(), clang::ParsedAttr::getAvailabilityDeprecated(), clang::ParsedAttr::getAvailabilityIntroduced(), and clang::ParsedAttr::getAvailabilityObsoleted().
const Expr* clang::detail::AvailabilityData::Replacement |
Definition at line 69 of file ParsedAttr.h.
Referenced by clang::ParsedAttr::getReplacementExpr().
SourceLocation clang::detail::AvailabilityData::StrictLoc |
Definition at line 68 of file ParsedAttr.h.
Referenced by clang::ParsedAttr::getStrictLoc().