Searched refs:ParseAmount (Results 1 – 3 of 3) sorted by relevance
35 clang::analyze_format_string::ParseAmount(const char *&Beg, const char *E) { in ParseAmount() function in clang::analyze_format_string69 return ParseAmount(Beg, E); in ParseNonPositionAmount()80 const OptionalAmount &Amt = ParseAmount(I, E); in ParsePositionAmount()115 return ParseAmount(Beg, E); in ParsePositionAmount()149 const OptionalAmount &Amt = ParseAmount(I, E); in ParseArgPosition()
26 OptionalAmount ParseAmount(const char *&Beg, const char *E);
120 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier()