Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp130 CS.setFieldWidth(ParseNonPositionAmount(Beg, E, *argIndex)); in ParseFieldWidth()
139 CS.setFieldWidth(Amt); in ParseFieldWidth()
H A DScanfFormatString.cpp136 FS.setFieldWidth(Amt); in ParseScanfSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DFormatString.h434 void setFieldWidth(const OptionalAmount &Amt) { in setFieldWidth() function