Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h326 void NoteDeductionFailure(Sema &S, bool ForTakingAddress);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12545 void TemplateSpecCandidate::NoteDeductionFailure(Sema &S, in NoteDeductionFailure() function in TemplateSpecCandidate
12600 Cand->NoteDeductionFailure(S, ForTakingAddress); in NoteCandidates()