Home | History | Annotate | Download | only in Sema

Lines Matching refs:Corrected

519       if (TypoCorrection Corrected =
524 diagnoseTypo(Corrected, PDiag(diag::err_undef_superclass_suggest)
526 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
789 TypoCorrection Corrected = CorrectTypo(
794 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>()))
795 diagnoseTypo(Corrected, PDiag(diag::err_undeclared_protocol_suggest)
1030 TypoCorrection Corrected = CorrectTypo(
1033 if (Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
1037 diagnoseTypo(Corrected,