Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp5374 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo() local
5388 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()