clang
15.0.0git
|
#include "clang/AST/FormatString.h"
Public Member Functions | |
PrintfConversionSpecifier () | |
PrintfConversionSpecifier (const char *pos, Kind k) | |
bool | isObjCArg () const |
bool | isDoubleArg () const |
![]() | |
ConversionSpecifier (bool isPrintf=true) | |
ConversionSpecifier (bool isPrintf, const char *pos, Kind k) | |
const char * | getStart () const |
StringRef | getCharacters () const |
bool | consumesDataArgument () const |
Kind | getKind () const |
void | setKind (Kind k) |
unsigned | getLength () const |
void | setEndScanList (const char *pos) |
bool | isIntArg () const |
bool | isUIntArg () const |
bool | isAnyIntArg () const |
bool | isDoubleArg () const |
const char * | toString () const |
bool | isPrintfKind () const |
Optional< ConversionSpecifier > | getStandardSpecifier () const |
Static Public Member Functions | |
static bool | classof (const analyze_format_string::ConversionSpecifier *CS) |
Additional Inherited Members | |
![]() | |
enum | Kind { InvalidSpecifier = 0, cArg, dArg, DArg, iArg, IntArgBeg = dArg, IntArgEnd = iArg, oArg, OArg, uArg, UArg, xArg, XArg, UIntArgBeg = oArg, UIntArgEnd = XArg, fArg, FArg, eArg, EArg, gArg, GArg, aArg, AArg, DoubleArgBeg = fArg, DoubleArgEnd = AArg, sArg, pArg, nArg, PercentArg, CArg, SArg, PArg, ZArg, ObjCObjArg, ObjCBeg = ObjCObjArg, ObjCEnd = ObjCObjArg, FreeBSDbArg, FreeBSDDArg, FreeBSDrArg, FreeBSDyArg, PrintErrno, PrintfConvBeg = ObjCObjArg, PrintfConvEnd = PrintErrno, ScanListArg, ScanfConvBeg = ScanListArg, ScanfConvEnd = ScanListArg } |
![]() | |
bool | IsPrintf |
const char * | Position |
const char * | EndScanList |
Kind | kind |
Definition at line 477 of file FormatString.h.
|
inline |
Definition at line 480 of file FormatString.h.
|
inline |
Definition at line 483 of file FormatString.h.
|
inlinestatic |
Definition at line 490 of file FormatString.h.
References clang::analyze_format_string::ConversionSpecifier::isPrintfKind().
|
inline |
Definition at line 487 of file FormatString.h.
References clang::analyze_format_string::ConversionSpecifier::DoubleArgBeg, clang::analyze_format_string::ConversionSpecifier::DoubleArgEnd, and clang::analyze_format_string::ConversionSpecifier::kind.
|
inline |
Definition at line 486 of file FormatString.h.
References clang::analyze_format_string::ConversionSpecifier::kind, clang::analyze_format_string::ConversionSpecifier::ObjCBeg, and clang::analyze_format_string::ConversionSpecifier::ObjCEnd.