Home
last modified time | relevance | path

Searched refs:setArgIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DScanfFormatString.cpp209 FS.setArgIndex(argIndex++); in ParseScanfSpecifier()
H A DFormatString.cpp170 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
H A DPrintfFormatString.cpp385 FS.setArgIndex(argIndex++); in ParsePrintfSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DFormatString.h406 void setArgIndex(unsigned i) { in setArgIndex() function