Home
last modified time | relevance | path

Searched refs:ArgPos (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaOverload.cpp2667 unsigned ArgPos; in HandleFunctionTypeMismatch() local
2668 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch()
2669 PDiag << ft_parameter_mismatch << ArgPos + 1 in HandleFunctionTypeMismatch()
2670 << ToFunction->getParamType(ArgPos) in HandleFunctionTypeMismatch()
2671 << FromFunction->getParamType(ArgPos); in HandleFunctionTypeMismatch()
2700 unsigned *ArgPos) { in FunctionParamTypesAreEqual() argument
2707 if (ArgPos) in FunctionParamTypesAreEqual()
2708 *ArgPos = O - OldType->param_type_begin(); in FunctionParamTypesAreEqual()
/external/clang/include/clang/Sema/
DSema.h2284 unsigned *ArgPos = nullptr);