Lines Matching defs:argIndex
6220 bool HandleInvalidConversionSpecifier(unsigned argIndex, SourceLocation Loc,
6239 unsigned argIndex);
6449 CheckFormatHandler::HandleInvalidConversionSpecifier(unsigned argIndex,
6456 if (argIndex < NumDataArgs) {
6459 CoveredArgs.set(argIndex);
6462 // If argIndex exceeds the number of data arguments we
6520 const char *startSpecifier, unsigned specifierLen, unsigned argIndex) {
6522 if (argIndex >= NumDataArgs) {
6525 << (argIndex+1) << NumDataArgs)
6693 unsigned argIndex = Amt.getArgIndex();
6694 if (argIndex >= NumDataArgs) {
6709 CoveredArgs.set(argIndex);
6710 const Expr *Arg = getDataArg(argIndex);
6932 unsigned argIndex = FS.getArgIndex();
6933 if (argIndex < NumDataArgs) {
6934 // The check to see if the argIndex is valid will come later.
6937 CoveredArgs.set(argIndex);
6944 if (!CheckNumArgs(FS, CS, startSpecifier, specifierLen, argIndex + 1))
6948 CoveredArgs.set(argIndex + 1);
6951 const Expr *Ex = getDataArg(argIndex);
6964 Ex = getDataArg(argIndex + 1);
7097 if (!CheckNumArgs(FS, CS, startSpecifier, specifierLen, argIndex))
7100 const Expr *Arg = getDataArg(argIndex);
7728 unsigned argIndex = FS.getArgIndex();
7729 if (argIndex < NumDataArgs) {
7730 // The check to see if the argIndex is valid will come later.
7733 CoveredArgs.set(argIndex);
7754 if (!CheckNumArgs(FS, CS, startSpecifier, specifierLen, argIndex))
7758 const Expr *Ex = getDataArg(argIndex);