clang
3.9.0
|
#include <FormatStringParsing.h>
Public Member Functions | |
SpecifierResult (bool stop=false) | |
SpecifierResult (const char *start, const T &fs) | |
const char * | getStart () const |
bool | shouldStop () const |
bool | hasValue () const |
const T & | getValue () const |
const T & | getValue () |
Definition at line 56 of file FormatStringParsing.h.
|
inline |
Definition at line 61 of file FormatStringParsing.h.
|
inline |
Definition at line 63 of file FormatStringParsing.h.
|
inline |
Definition at line 67 of file FormatStringParsing.h.
Referenced by clang::analyze_format_string::ParsePrintfString(), and clang::analyze_format_string::ParseScanfString().
|
inline |
Definition at line 70 of file FormatStringParsing.h.
References clang::analyze_format_string::SpecifierResult< T >::hasValue().
Referenced by clang::analyze_format_string::ParseFormatStringHasSArg(), clang::analyze_format_string::ParsePrintfString(), and clang::analyze_format_string::ParseScanfString().
|
inline |
Definition at line 74 of file FormatStringParsing.h.
|
inline |
|
inline |
Definition at line 68 of file FormatStringParsing.h.
Referenced by clang::analyze_format_string::ParseFormatStringHasSArg(), clang::analyze_format_string::ParsePrintfString(), and clang::analyze_format_string::ParseScanfString().