Searched refs:TemplateSpecCandidate (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h283 /// TemplateSpecCandidate - This is a generalization of OverloadCandidate
290 struct TemplateSpecCandidate { struct in namespace:clang
317 SmallVector<TemplateSpecCandidate, 16> Candidates;
341 using iterator = SmallVector<TemplateSpecCandidate, 16>::iterator;
351 TemplateSpecCandidate &addCandidate() {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp11455 GetLocationForCandidate(const TemplateSpecCandidate *Cand) {
11465 bool operator()(const TemplateSpecCandidate *L,
11466 const TemplateSpecCandidate *R) {
11496 void TemplateSpecCandidate::NoteDeductionFailure(Sema &S,
11522 SmallVector<TemplateSpecCandidate *, 32> Cands;
11537 SmallVectorImpl<TemplateSpecCandidate *>::iterator I, E;
11540 TemplateSpecCandidate *Cand = *I;

Completed in 88 milliseconds