Searched refs:SecondBestTC (Results 1 – 1 of 1) sorted by relevance
5059 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo() local5073 if (!SecondBestTC || in CorrectTypo()5074 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) { in CorrectTypo()5086 } else if (SecondBestTC && ObjCMessageReceiver) { in CorrectTypo()5091 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()5092 BestTC = SecondBestTC; in CorrectTypo()5109 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()