Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLookup.cpp5059 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo() local
5073 if (!SecondBestTC || in CorrectTypo()
5074 SecondBestTC.getEditDistance(false) > BestTC.getEditDistance(false)) { in CorrectTypo()
5086 } else if (SecondBestTC && ObjCMessageReceiver) { in CorrectTypo()
5091 if (SecondBestTC.getCorrection().getAsString() == "super") in CorrectTypo()
5092 BestTC = SecondBestTC; in CorrectTypo()
5109 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()