Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h151 const TypoCorrection &getNextCorrection();
166 const TypoCorrection &TC = getNextCorrection(); in peekNextCorrection()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4350 const TypoCorrection &TypoCorrectionConsumer::getNextCorrection() { in getNextCorrection() function in TypoCorrectionConsumer
5048 TypoCorrection BestTC = Consumer->getNextCorrection(); in CorrectTypo()
5049 TypoCorrection SecondBestTC = Consumer->getNextCorrection(); in CorrectTypo()
H A DSemaExprCXX.cpp8354 while (TypoCorrection TC = State.Consumer->getNextCorrection()) { in TransformTypoExpr()
H A DSemaExpr.cpp2563 auto BestTC = State.Consumer->getNextCorrection(); in ActOnIdExpression()