Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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()
DFormatStringParsing.h40 OptionalAmount ParseAmount(const char *&Beg, const char *E);
DScanfFormatString.cpp132 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier()
/external/clang/lib/Analysis/
DFormatString.cpp38 clang::analyze_format_string::ParseAmount(const char *&Beg, const char *E) { in ParseAmount() function in clang::analyze_format_string
72 return ParseAmount(Beg, E); in ParseNonPositionAmount()
83 const OptionalAmount &Amt = ParseAmount(I, E); in ParsePositionAmount()
118 return ParseAmount(Beg, E); in ParsePositionAmount()
152 const OptionalAmount &Amt = ParseAmount(I, E); in ParseArgPosition()
DFormatStringParsing.h28 OptionalAmount ParseAmount(const char *&Beg, const char *E);
DScanfFormatString.cpp133 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); in ParseScanfSpecifier()