Home
last modified time | relevance | path

Searched refs:ParseAmount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp37 clang::analyze_format_string::ParseAmount(const char *&Beg, const char *E) { in ParseAmount() function in clang::analyze_format_string
71 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()
H A DFormatStringParsing.h40 OptionalAmount ParseAmount(const char *&Beg, const char *E);
H A DScanfFormatString.cpp132 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier()