Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSemaInternal.h151 const TypoCorrection &getNextCorrection();
166 const TypoCorrection &TC = getNextCorrection(); in peekNextCorrection()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLookup.cpp4360 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection() function in TypoCorrectionConsumer
5058 TypoCorrection BestTC = Consumer->getNextCorrection(); in CorrectTypo()
5059 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo()
DSemaExprCXX.cpp8432 while (TypoCorrection TC = State.Consumer->getNextCorrection()) { in TransformTypoExpr()
DSemaExpr.cpp2573 auto BestTC = State.Consumer->getNextCorrection(); in ActOnIdExpression()