Home | History | Annotate | Download | only in Sema

Lines Matching defs:Candidate

70   virtual bool ValidateCandidate(const TypoCorrection &candidate) {
71 if (NamedDecl *ND = candidate.getCorrectionDecl())
75 return !WantClassName && candidate.isKeyword();
5875 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
5876 if (candidate.getEditDistance() == 0)
5880 for (TypoCorrection::const_decl_iterator CDecl = candidate.begin(),
5881 CDeclEnd = candidate.end();
7236 NamedDecl *Candidate = Previous.getFoundDecl();
7237 if (shouldLinkPossiblyHiddenDecl(Candidate, NewFD)) {
7239 OldDecl = Candidate;
9369 /// return statement that has a marked NRVO variable as its NRVO candidate can
9373 /// statement in the function has the same NRVO candidate, that candidate is