Home
last modified time | relevance | path

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

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