clang  20.0.0git
Typedefs | Functions
ScanfFormatString.cpp File Reference
#include "clang/AST/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< ScanfSpecifierScanfSpecifierResult
 

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)
 

Typedef Documentation

◆ ScanfSpecifierResult

Definition at line 29 of file ScanfFormatString.cpp.

Function Documentation

◆ ParseScanfSpecifier()

static ScanfSpecifierResult ParseScanfSpecifier ( FormatStringHandler H,
const char *&  Beg,
const char *  E,
unsigned argIndex,
const LangOptions LO,
const TargetInfo Target 
)
static

◆ ParseScanList()

static bool ParseScanList ( FormatStringHandler H,
ScanfConversionSpecifier CS,
const char *&  Beg,
const char *  E 
)
static