Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgPos

2548   unsigned ArgPos;
2549 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) {
2550 PDiag << ft_parameter_mismatch << ArgPos + 1
2551 << ToFunction->getParamType(ArgPos)
2552 << FromFunction->getParamType(ArgPos);
2578 /// ArgPos will have the parameter index of the first different parameter.
2581 unsigned *ArgPos) {
2588 if (ArgPos)
2589 *ArgPos = O - OldType->param_type_begin();