Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplateDeduction.h277 llvm::Optional<unsigned> getCallArgIndex();
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp876 llvm::Optional<unsigned> DeductionFailureInfo::getCallArgIndex() { in getCallArgIndex() function in DeductionFailureInfo
11094 << (*DeductionFailure.getCallArgIndex() + 1) in DiagnoseBadDeduction()