#include "clang/AST/FormatString.h"
Definition at line 350 of file FormatString.h.
◆ HowSpecified
Enumerator |
---|
NotSpecified | |
Constant | |
Arg | |
Invalid | |
Definition at line 352 of file FormatString.h.
◆ OptionalAmount() [1/3]
clang::analyze_format_string::OptionalAmount::OptionalAmount |
( |
HowSpecified | howSpecified, |
|
|
unsigned | amount, |
|
|
const char * | amountStart, |
|
|
unsigned | amountLength, |
|
|
bool | usesPositionalArg ) |
|
inline |
◆ OptionalAmount() [2/3]
clang::analyze_format_string::OptionalAmount::OptionalAmount |
( |
bool | valid = true | ) |
|
|
inline |
◆ OptionalAmount() [3/3]
clang::analyze_format_string::OptionalAmount::OptionalAmount |
( |
unsigned | Amount | ) |
|
|
inlineexplicit |
◆ getArgIndex()
unsigned clang::analyze_format_string::OptionalAmount::getArgIndex |
( |
| ) |
const |
|
inline |
◆ getArgType()
◆ getConstantAmount()
unsigned clang::analyze_format_string::OptionalAmount::getConstantAmount |
( |
| ) |
const |
|
inline |
◆ getConstantLength()
unsigned clang::analyze_format_string::OptionalAmount::getConstantLength |
( |
| ) |
const |
|
inline |
◆ getHowSpecified()
HowSpecified clang::analyze_format_string::OptionalAmount::getHowSpecified |
( |
| ) |
const |
|
inline |
◆ getPositionalArgIndex()
unsigned clang::analyze_format_string::OptionalAmount::getPositionalArgIndex |
( |
| ) |
const |
|
inline |
◆ getStart()
const char * clang::analyze_format_string::OptionalAmount::getStart |
( |
| ) |
const |
|
inline |
◆ hasDataArgument()
bool clang::analyze_format_string::OptionalAmount::hasDataArgument |
( |
| ) |
const |
|
inline |
◆ isInvalid()
bool clang::analyze_format_string::OptionalAmount::isInvalid |
( |
| ) |
const |
|
inline |
◆ setHowSpecified()
void clang::analyze_format_string::OptionalAmount::setHowSpecified |
( |
HowSpecified | h | ) |
|
|
inline |
◆ setUsesDotPrefix()
void clang::analyze_format_string::OptionalAmount::setUsesDotPrefix |
( |
| ) |
|
|
inline |
◆ toString()
void OptionalAmount::toString |
( |
raw_ostream & | os | ) |
const |
◆ usesDotPrefix()
bool clang::analyze_format_string::OptionalAmount::usesDotPrefix |
( |
| ) |
const |
|
inline |
◆ usesPositionalArg()
bool clang::analyze_format_string::OptionalAmount::usesPositionalArg |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: