Searched refs:DiagnoseBadDeduction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaOverload.cpp | 11465 static void DiagnoseBadDeduction(Sema &S, NamedDecl *Found, Decl *Templated, in DiagnoseBadDeduction() function 11750 static void DiagnoseBadDeduction(Sema &S, OverloadCandidate *Cand, in DiagnoseBadDeduction() function 11759 DiagnoseBadDeduction(S, Cand->FoundDecl, Cand->Function, // pattern in DiagnoseBadDeduction() 11978 return DiagnoseBadDeduction(S, Cand, NumArgs, in NoteFunctionCandidate() 12644 DiagnoseBadDeduction(S, FoundDecl, Specialization, // pattern in NoteDeductionFailure()
|