Searched refs:SecondBestTC (Results 1 – 1 of 1) sorted by relevance
4600 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo() local4614 if (!SecondBestTC || in CorrectTypo()4615 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) { in CorrectTypo()4627 } else if (SecondBestTC && ObjCMessageReceiver) { in CorrectTypo()4632 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()4633 BestTC = SecondBestTC; in CorrectTypo()4650 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()