Home
last modified time | relevance | path

Searched refs:SecondBestTC (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp4418 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo() local
4432 if (!SecondBestTC || in CorrectTypo()
4433 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) { in CorrectTypo()
4445 } else if (SecondBestTC && ObjCMessageReceiver) { in CorrectTypo()
4450 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()
4451 BestTC = SecondBestTC; in CorrectTypo()
4468 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()