Lines Matching defs:corrected
1699 TypoCorrection corrected = SemaRef.CorrectTypo(
1702 if (corrected) {
1704 if (auto proto = corrected.getCorrectionDeclAs<ObjCProtocolDecl>()) {
1705 SemaRef.diagnoseTypo(corrected,
1715 if (auto typeDecl = corrected.getCorrectionDeclAs<TypeDecl>()) {
1716 SemaRef.diagnoseTypo(corrected,
1726 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
1727 SemaRef.diagnoseTypo(corrected,
1749 // If all of the names were (corrected to) protocols, these were
1754 // Otherwise, all of the names were (corrected to) types.