Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp5305 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo() local
5319 if (!SecondBestTC || in CorrectTypo()
5320 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) { in CorrectTypo()
5332 } else if (SecondBestTC && ObjCMessageReceiver) { in CorrectTypo()
5337 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()
5338 BestTC = SecondBestTC; in CorrectTypo()
5355 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()