Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp2548 unsigned ArgPos; in HandleFunctionTypeMismatch() local
2549 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch()
2550 PDiag << ft_parameter_mismatch << ArgPos + 1 in HandleFunctionTypeMismatch()
2551 << ToFunction->getParamType(ArgPos) in HandleFunctionTypeMismatch()
2552 << FromFunction->getParamType(ArgPos); in HandleFunctionTypeMismatch()
2581 unsigned *ArgPos) { in FunctionParamTypesAreEqual() argument
2588 if (ArgPos) in FunctionParamTypesAreEqual()
2589 *ArgPos = O - OldType->param_type_begin(); in FunctionParamTypesAreEqual()
/external/clang/include/clang/Sema/
DSema.h2044 unsigned *ArgPos = nullptr);