#include "clang/AST/FormatString.h"
Definition at line 422 of file FormatString.h.
◆ FormatSpecifier()
| clang::analyze_format_string::FormatSpecifier::FormatSpecifier |
( |
bool | isPrintf | ) |
|
|
inline |
◆ getArgIndex()
| unsigned clang::analyze_format_string::FormatSpecifier::getArgIndex |
( |
| ) |
const |
|
inline |
◆ getCorrectedLengthModifier()
| std::optional< LengthModifier > FormatSpecifier::getCorrectedLengthModifier |
( |
| ) |
const |
◆ getFieldWidth()
| const OptionalAmount & clang::analyze_format_string::FormatSpecifier::getFieldWidth |
( |
| ) |
const |
|
inline |
◆ getLengthModifier()
| const LengthModifier & clang::analyze_format_string::FormatSpecifier::getLengthModifier |
( |
| ) |
const |
|
inline |
◆ getPositionalArgIndex()
| unsigned clang::analyze_format_string::FormatSpecifier::getPositionalArgIndex |
( |
| ) |
const |
|
inline |
◆ getVectorNumElts()
| const OptionalAmount & clang::analyze_format_string::FormatSpecifier::getVectorNumElts |
( |
| ) |
const |
|
inline |
◆ hasStandardConversionSpecifier()
| bool FormatSpecifier::hasStandardConversionSpecifier |
( |
const LangOptions & | LangOpt | ) |
const |
◆ hasStandardLengthConversionCombination()
| bool FormatSpecifier::hasStandardLengthConversionCombination |
( |
| ) |
const |
◆ hasStandardLengthModifier()
| bool FormatSpecifier::hasStandardLengthModifier |
( |
| ) |
const |
◆ hasValidLengthModifier()
◆ namedTypeToLengthModifier()
◆ setArgIndex()
| void clang::analyze_format_string::FormatSpecifier::setArgIndex |
( |
unsigned | i | ) |
|
|
inline |
◆ setFieldWidth()
| void clang::analyze_format_string::FormatSpecifier::setFieldWidth |
( |
const OptionalAmount & | Amt | ) |
|
|
inline |
◆ setLengthModifier()
| void clang::analyze_format_string::FormatSpecifier::setLengthModifier |
( |
LengthModifier | lm | ) |
|
|
inline |
◆ setUsesPositionalArg()
| void clang::analyze_format_string::FormatSpecifier::setUsesPositionalArg |
( |
| ) |
|
|
inline |
◆ setVectorNumElts()
| void clang::analyze_format_string::FormatSpecifier::setVectorNumElts |
( |
const OptionalAmount & | Amt | ) |
|
|
inline |
◆ usesPositionalArg()
| bool clang::analyze_format_string::FormatSpecifier::usesPositionalArg |
( |
| ) |
const |
|
inline |
◆ argIndex
| unsigned clang::analyze_format_string::FormatSpecifier::argIndex |
|
protected |
◆ CS
◆ FieldWidth
| OptionalAmount clang::analyze_format_string::FormatSpecifier::FieldWidth |
|
protected |
◆ LM
◆ UsesPositionalArg
| bool clang::analyze_format_string::FormatSpecifier::UsesPositionalArg |
|
protected |
◆ VectorNumElts
| OptionalAmount clang::analyze_format_string::FormatSpecifier::VectorNumElts |
|
protected |
The documentation for this class was generated from the following files: