Home | History | Annotate | Download | only in Sema

Lines Matching defs:Corrected

614   TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
618 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
620 Corrected.getAsString(SemaRef.getLangOpts()));
622 Corrected.getQuoted(SemaRef.getLangOpts()));
623 R.setLookupName(Corrected.getCorrection());
1157 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
1160 IV = Corrected.getCorrectionDeclAs<ObjCIvarDecl>();