Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgPos

2564   unsigned ArgPos;
2565 if (!FunctionArgTypesAreEqual(FromFunction, ToFunction, &ArgPos)) {
2566 PDiag << ft_parameter_mismatch << ArgPos + 1
2567 << ToFunction->getArgType(ArgPos)
2568 << FromFunction->getArgType(ArgPos);
2595 /// If the parameters are different, ArgPos will have the parameter index
2599 unsigned *ArgPos) {
2605 if (ArgPos) *ArgPos = O - OldType->arg_type_begin();
2635 if (ArgPos) *ArgPos = O - OldType->arg_type_begin();