Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DScanfFormatString.cpp208 FS.setArgIndex(argIndex++); in ParseScanfSpecifier()
H A DFormatString.cpp168 FS.setArgIndex(Amt.getConstantAmount() - 1); in ParseArgPosition()
H A DPrintfFormatString.cpp389 FS.setArgIndex(argIndex++); in ParsePrintfSpecifier()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h420 void setArgIndex(unsigned i) { in setArgIndex() function