Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgPos

2577   unsigned ArgPos;
2578 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) {
2579 PDiag << ft_parameter_mismatch << ArgPos + 1
2580 << ToFunction->getParamType(ArgPos)
2581 << FromFunction->getParamType(ArgPos);
2607 /// ArgPos will have the parameter index of the first different parameter.
2610 unsigned *ArgPos) {
2617 if (ArgPos)
2618 *ArgPos = O - OldType->param_type_begin();