Home | History | Annotate | Download | only in Sema

Lines Matching refs:Corrected

1636   if (TypoCorrection Corrected =
1641 diagnoseTypo(Corrected, PDiag(diag::err_property_not_found_suggest)
1643 DeclarationName TypoResult = Corrected.getCorrection();
1866 if (TypoCorrection Corrected = CorrectTypo(
1870 if (Corrected.isKeyword()) {
1873 diagnoseTypo(Corrected,
1877 Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
1880 diagnoseTypo(Corrected,