Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DScanfFormatString.cpp208 FS.setArgIndex(argIndex++); in ParseScanfSpecifier()
DFormatString.cpp169 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
DPrintfFormatString.cpp389 FS.setArgIndex(argIndex++); in ParsePrintfSpecifier()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DFormatString.h420 void setArgIndex(unsigned i) { in setArgIndex() function