Home | History | Annotate | Download | only in Sema

Lines Matching refs:Candidate

2201   //        when T2 is an enumeration type, are candidate functions.
2676 // candidate set.
3263 // nothing more to be done to add Correction to the candidate set.
3669 TypoCorrection &Candidate) {
3670 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate));
3671 return Candidate.getEditDistance(false) != TypoCorrection::InvalidDistance;
3752 // If a callback object considers an empty typo correction candidate to be
3927 assert(I->second.size() == 1 && "Expected a single unresolved candidate");
3930 TypoCorrection &Candidate = I->second.front();
3931 IdentifierInfo *Name = Candidate.getCorrectionAsIdentifierInfo();
3939 QualifiedResults.push_back(Candidate);
3960 Candidate.addCorrectionDecl(*TRD);
3962 if (!isCandidateViable(CCC, Candidate))
3969 Candidate.setCorrectionDecl(TmpRes.getAsSingle<NamedDecl>());
3971 if (!isCandidateViable(CCC, Candidate))