Searched refs:SecondBestTC (Results 1 – 1 of 1) sorted by relevance
5397 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo() local5411 if (!SecondBestTC || in CorrectTypo()5412 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) { in CorrectTypo()5424 } else if (SecondBestTC && ObjCMessageReceiver) { in CorrectTypo()5429 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()5430 BestTC = SecondBestTC; in CorrectTypo()5447 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()