Searched defs:usesPositionalArg (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h262 bool usesPositionalArg)
264 UsesPositionalArg(usesPositionalArg), UsesDotPrefix(0) {}
303 bool usesPositionalArg() const { return (bool) UsesPositionalArg; } function in class:clang::analyze_format_string::OptionalAmount
366 bool usesPositionalArg() const { return UsesPositionalArg; } function in class:clang::analyze_format_string::FormatSpecifier
498 bool usesPositionalArg() const { return UsesPositionalArg; } function in class:clang::analyze_printf::PrintfSpecifier
258 OptionalAmount(HowSpecified howSpecified, unsigned amount, const char *amountStart, unsigned amountLength, bool usesPositionalArg) argument

Completed in 57 milliseconds