Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h147 const TypoCorrection &getNextCorrection();
162 const TypoCorrection &TC = getNextCorrection(); in peekNextCorrection()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4639 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection() function in TypoCorrectionConsumer
5304 TypoCorrection BestTC = Consumer->getNextCorrection(); in CorrectTypo()
5305 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo()
H A DSemaExprCXX.cpp8995 while (TypoCorrection TC = State.Consumer->getNextCorrection()) { in TransformTypoExpr()
H A DSemaExpr.cpp2784 auto BestTC = State.Consumer->getNextCorrection(); in ActOnIdExpression()