Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp2602 unsigned ArgPos; in HandleFunctionTypeMismatch() local
2603 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch()
2604 PDiag << ft_parameter_mismatch << ArgPos + 1 in HandleFunctionTypeMismatch()
2605 << ToFunction->getParamType(ArgPos) in HandleFunctionTypeMismatch()
2606 << FromFunction->getParamType(ArgPos); in HandleFunctionTypeMismatch()
2635 unsigned *ArgPos) { in FunctionParamTypesAreEqual() argument
2642 if (ArgPos) in FunctionParamTypesAreEqual()
2643 *ArgPos = O - OldType->param_type_begin(); in FunctionParamTypesAreEqual()
/external/clang/include/clang/Sema/
DSema.h2221 unsigned *ArgPos = nullptr);