Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DTemplateDeduction.h287 std::optional<unsigned> getCallArgIndex();
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp886 std::optional<unsigned> DeductionFailureInfo::getCallArgIndex() { in getCallArgIndex() function in DeductionFailureInfo
11241 << (*DeductionFailure.getCallArgIndex() + 1) in DiagnoseBadDeduction()