Searched refs:SecondBestTC (Results 1 – 1 of 1) sorted by relevance
5374 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo() local5388 if (!SecondBestTC || in CorrectTypo()5389 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) { in CorrectTypo()5401 } else if (SecondBestTC && ObjCMessageReceiver) { in CorrectTypo()5406 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()5407 BestTC = SecondBestTC; in CorrectTypo()5424 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()