clang
7.0.0
|
#include "clang/Analysis/Analyses/FormatString.h"
#include "FormatStringParsing.h"
#include "clang/Basic/TargetInfo.h"
Go to the source code of this file.
Typedefs | |
typedef clang::analyze_format_string::SpecifierResult< ScanfSpecifier > | ScanfSpecifierResult |
Functions | |
static bool | ParseScanList (FormatStringHandler &H, ScanfConversionSpecifier &CS, const char *&Beg, const char *E) |
static ScanfSpecifierResult | ParseScanfSpecifier (FormatStringHandler &H, const char *&Beg, const char *E, unsigned &argIndex, const LangOptions &LO, const TargetInfo &Target) |
Definition at line 30 of file ScanfFormatString.cpp.
|
static |
Definition at line 76 of file ScanfFormatString.cpp.
|
static |
Definition at line 32 of file ScanfFormatString.cpp.