Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5397 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo() local
5411 if (!SecondBestTC || in CorrectTypo()
5412 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) { in CorrectTypo()
5424 } else if (SecondBestTC && ObjCMessageReceiver) { in CorrectTypo()
5429 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()
5430 BestTC = SecondBestTC; in CorrectTypo()
5447 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()