Searched refs:peekNextCorrection (Results 1 – 2 of 2) sorted by relevance
160 const TypoCorrection &peekNextCorrection() { in peekNextCorrection() function
8894 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()