Searched defs:ArgPos (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp2548 unsigned ArgPos; local
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();
2579 FunctionParamTypesAreEqual(const FunctionProtoType *OldType, const FunctionProtoType *NewType, unsigned *ArgPos) argument

Completed in 91 milliseconds