Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp128 CS.setFieldWidth(ParseNonPositionAmount(Beg, E, *argIndex)); in ParseFieldWidth()
137 CS.setFieldWidth(Amt); in ParseFieldWidth()
H A DScanfFormatString.cpp135 FS.setFieldWidth(Amt); in ParseScanfSpecifier()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h448 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth() function