Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h160 const TypoCorrection &peekNextCorrection() { in peekNextCorrection() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8894 TypoCorrection TC = SemaRef.getTypoExprState(TE).Consumer->peekNextCorrection(); in RecursiveTransformLoop()
8910 } while ((Next = SemaRef.getTypoExprState(TE).Consumer->peekNextCorrection()) && in RecursiveTransformLoop()
9008 if ((Next = State.Consumer->peekNextCorrection()) && in TransformTypoExpr()