Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgPos

2441   unsigned ArgPos;
2442 if (!FunctionArgTypesAreEqual(FromFunction, ToFunction, &ArgPos)) {
2443 PDiag << ft_parameter_mismatch << ArgPos + 1
2444 << ToFunction->getArgType(ArgPos)
2445 << FromFunction->getArgType(ArgPos);
2472 /// If the parameters are different, ArgPos will have the the parameter index
2476 unsigned *ArgPos) {
2482 if (ArgPos) *ArgPos = O - OldType->arg_type_begin();
2512 if (ArgPos) *ArgPos = O - OldType->arg_type_begin();