Lines Matching defs:corrected
1698 TypoCorrection corrected = SemaRef.CorrectTypo(
1701 if (corrected) {
1703 if (auto proto = corrected.getCorrectionDeclAs<ObjCProtocolDecl>()) {
1704 SemaRef.diagnoseTypo(corrected,
1714 if (auto typeDecl = corrected.getCorrectionDeclAs<TypeDecl>()) {
1715 SemaRef.diagnoseTypo(corrected,
1725 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
1726 SemaRef.diagnoseTypo(corrected,
1748 // If all of the names were (corrected to) protocols, these were
1753 // Otherwise, all of the names were (corrected to) types.