Searched refs:SecondBestTC (Results 1 – 1 of 1) sorted by relevance
4682 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo() local4696 if (!SecondBestTC || in CorrectTypo()4697 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) { in CorrectTypo()4709 } else if (SecondBestTC && ObjCMessageReceiver) { in CorrectTypo()4714 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()4715 BestTC = SecondBestTC; in CorrectTypo()4732 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()