Lines Matching refs:argCount
53 unsigned argCount = call->getNumArgs();54 if (argCount == desiredArgCount) return false;56 if (argCount < desiredArgCount)58 << 0 /*function call*/ << desiredArgCount << argCount63 call->getArg(argCount - 1)->getLocEnd());66 << 0 /*function call*/ << desiredArgCount << argCount