#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: