clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/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 72 of file FormatStringParsing.h.
|
inline |
Definition at line 77 of file FormatStringParsing.h.
|
inline |
Definition at line 79 of file FormatStringParsing.h.
|
inline |
Definition at line 83 of file FormatStringParsing.h.
Referenced by clang::analyze_format_string::ParsePrintfString(), and clang::analyze_format_string::ParseScanfString().
|
inline |
Definition at line 90 of file FormatStringParsing.h.
|
inline |
Definition at line 86 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 85 of file FormatStringParsing.h.
Referenced by clang::analyze_format_string::SpecifierResult< T >::getValue(), clang::analyze_format_string::parseFormatStringHasFormattingSpecifiers(), clang::analyze_format_string::ParseFormatStringHasSArg(), clang::analyze_format_string::ParsePrintfString(), and clang::analyze_format_string::ParseScanfString().
|
inline |
Definition at line 84 of file FormatStringParsing.h.
Referenced by clang::analyze_format_string::parseFormatStringHasFormattingSpecifiers(), clang::analyze_format_string::ParseFormatStringHasSArg(), clang::analyze_format_string::ParsePrintfString(), and clang::analyze_format_string::ParseScanfString().