Home | History | Annotate | Download | only in Sema

Lines Matching refs:FailedCandidates

2577   TemplateSpecCandidateSet FailedCandidates(PointOfInstantiation);
2595 TemplateDeductionInfo Info(FailedCandidates.getLocation());
2600 FailedCandidates.addCandidate()
2662 // FIXME: Actually use FailedCandidates.
6377 TemplateSpecCandidateSet FailedCandidates(FD->getLocation());
6415 TemplateDeductionInfo Info(FailedCandidates.getLocation());
6422 FailedCandidates.addCandidate()
6436 Candidates.begin(), Candidates.end(), FailedCandidates, TPOC_Other, 0,
7325 TemplateSpecCandidateSet FailedCandidates(D.getIdentifierLoc());
7345 TemplateDeductionInfo Info(FailedCandidates.getLocation());
7352 FailedCandidates.addCandidate()
7364 Matches.begin(), Matches.end(), FailedCandidates, TPOC_Other, 0,