Home | History | Annotate | Download | only in Sema

Lines Matching refs:argCount

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