Searched refs:ArgPos (Results 1 - 2 of 2) 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
/external/clang/include/clang/Sema/
H A DSema.h2078 unsigned *ArgPos = nullptr);

Completed in 1688 milliseconds