Home
last modified time | relevance | path

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

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