Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h191 const TypoCorrection &getNextCorrection();
206 const TypoCorrection &TC = getNextCorrection(); in peekNextCorrection()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4071 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection() function in TypoCorrectionConsumer
4766 TypoCorrection BestTC = Consumer->getNextCorrection(); in CorrectTypo()
4767 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo()
H A DSemaExprCXX.cpp7741 while (TypoCorrection TC = State.Consumer->getNextCorrection()) { in TransformTypoExpr()
H A DSemaExpr.cpp2211 auto BestTC = State.Consumer->getNextCorrection(); in ActOnIdExpression()