Searched refs:ParseAmount (Results 1 – 3 of 3) sorted by relevance
37 clang::analyze_format_string::ParseAmount(const char *&Beg, const char *E) { in ParseAmount() function in clang::analyze_format_string71 return ParseAmount(Beg, E); in ParseNonPositionAmount()82 const OptionalAmount &Amt = ParseAmount(I, E); in ParsePositionAmount()117 return ParseAmount(Beg, E); in ParsePositionAmount()151 const OptionalAmount &Amt = ParseAmount(I, E); in ParseArgPosition()198 OptionalAmount NumElts = ParseAmount(I, E); in ParseVectorModifier()
40 OptionalAmount ParseAmount(const char *&Beg, const char *E);
132 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier()