clang
3.7.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 50 of file FormatStringParsing.h.
|
inline |
Definition at line 55 of file FormatStringParsing.h.
|
inline |
Definition at line 57 of file FormatStringParsing.h.
|
inline |
Definition at line 61 of file FormatStringParsing.h.
Referenced by clang::analyze_format_string::ParsePrintfString(), and clang::analyze_format_string::ParseScanfString().
|
inline |
Definition at line 64 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 68 of file FormatStringParsing.h.
|
inline |
|
inline |
Definition at line 62 of file FormatStringParsing.h.
Referenced by clang::analyze_format_string::ParseFormatStringHasSArg(), clang::analyze_format_string::ParsePrintfString(), and clang::analyze_format_string::ParseScanfString().