Searched refs:NumProtoArgs (Results 1 – 2 of 2) sorted by relevance
492 unsigned NumProtoArgs, in checkCall() argument511 for (unsigned ArgIdx = NumProtoArgs; ArgIdx < Args.size(); ++ArgIdx) { in checkCall()552 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; in CheckFunctionCall() local563 NumProtoArgs, in CheckFunctionCall()613 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; in CheckBlockCall() local618 NumProtoArgs, /*IsMemberFunction=*/false, in CheckBlockCall()
7301 unsigned NumProtoArgs, bool IsMemberFunction,