Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp209 FS.setArgIndex(argIndex++); in ParseScanfSpecifier()
H A DFormatString.cpp169 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
H A DPrintfFormatString.cpp392 FS.setArgIndex(argIndex++); in ParsePrintfSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h431 void setArgIndex(unsigned i) { in setArgIndex() function