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

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

Completed in 991 milliseconds