Home | History | Annotate | Download | only in Sema

Lines Matching defs:Candidate

2201   //        when T2 is an enumeration type, are candidate functions.
2680 // candidate set.
3262 // nothing more to be done to add Correction to the candidate set.
3668 TypoCorrection &Candidate) {
3669 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate));
3670 return Candidate.getEditDistance(false) != TypoCorrection::InvalidDistance;
3740 // If a callback object considers an empty typo correction candidate to be
3915 assert(I->second.size() == 1 && "Expected a single unresolved candidate");
3918 TypoCorrection &Candidate = I->second.front();
3919 IdentifierInfo *Name = Candidate.getCorrectionAsIdentifierInfo();
3927 QualifiedResults.push_back(Candidate);
3948 Candidate.addCorrectionDecl(*TRD);
3950 if (!isCandidateViable(CCC, Candidate))
3957 Candidate.setCorrectionDecl(TmpRes.getAsSingle<NamedDecl>());
3959 if (!isCandidateViable(CCC, Candidate))