Home | History | Annotate | Download | only in Sema

Lines Matching full:candidate

1765   virtual bool ValidateCandidate(const TypoCorrection &candidate) {
1766 return candidate.getCorrectionDeclAs<ObjCInterfaceDecl>() ||
1767 candidate.isKeyword("super");