Home | History | Annotate | Download | only in Sema

Lines Matching refs:Corrected

1668   if (TypoCorrection Corrected = CorrectTypo(
1671 diagnoseTypo(Corrected, PDiag(diag::err_property_not_found_suggest)
1673 DeclarationName TypoResult = Corrected.getCorrection();
1896 if (TypoCorrection Corrected =
1900 if (Corrected.isKeyword()) {
1903 diagnoseTypo(Corrected,
1907 Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
1910 diagnoseTypo(Corrected,