Class representing optional flags with location and representation information.
More...
#include <FormatString.h>
Class representing optional flags with location and representation information.
Definition at line 34 of file FormatString.h.
clang::analyze_format_string::OptionalFlag::OptionalFlag |
( |
const char * |
Representation | ) |
|
|
inline |
void clang::analyze_format_string::OptionalFlag::clear |
( |
| ) |
|
|
inline |
const char* clang::analyze_format_string::OptionalFlag::getPosition |
( |
| ) |
const |
|
inline |
bool clang::analyze_format_string::OptionalFlag::isSet |
( |
| ) |
|
|
inline |
clang::analyze_format_string::OptionalFlag::operator bool |
( |
| ) |
const |
|
inlineexplicit |
OptionalFlag& clang::analyze_format_string::OptionalFlag::operator= |
( |
const bool & |
rhs | ) |
|
|
inline |
void clang::analyze_format_string::OptionalFlag::set |
( |
| ) |
|
|
inline |
void clang::analyze_format_string::OptionalFlag::setPosition |
( |
const char * |
position | ) |
|
|
inline |
const char* clang::analyze_format_string::OptionalFlag::toString |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: