Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DScanfFormatString.cpp208 FS.setArgIndex(argIndex++); in ParseScanfSpecifier()
H A DFormatString.cpp169 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
H A DPrintfFormatString.cpp389 FS.setArgIndex(argIndex++); in ParsePrintfSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h420 void setArgIndex(unsigned i) { in setArgIndex() function