clang 22.0.0git
|
Public Attributes | |
FormatAttrKind | Kind |
IdentifierInfo * | Identifier |
unsigned | NumArgs |
unsigned | FormatStringIdx |
Definition at line 3759 of file SemaDeclAttr.cpp.
unsigned FormatAttrCommon::FormatStringIdx |
Definition at line 3763 of file SemaDeclAttr.cpp.
Referenced by handleFormatAttr(), handleFormatAttrCommon(), and handleFormatMatchesAttr().
IdentifierInfo* FormatAttrCommon::Identifier |
Definition at line 3761 of file SemaDeclAttr.cpp.
Referenced by handleFormatAttr(), handleFormatAttrCommon(), and handleFormatMatchesAttr().
FormatAttrKind FormatAttrCommon::Kind |
Definition at line 3760 of file SemaDeclAttr.cpp.
Referenced by handleFormatAttr(), and handleFormatAttrCommon().
unsigned FormatAttrCommon::NumArgs |
Definition at line 3762 of file SemaDeclAttr.cpp.
Referenced by handleFormatAttr(), and handleFormatAttrCommon().