Searched refs:peekNextCorrection (Results 1 – 2 of 2) sorted by relevance
164 const TypoCorrection &peekNextCorrection() { in peekNextCorrection() function
8331 TypoCorrection TC = SemaRef.getTypoExprState(TE).Consumer->peekNextCorrection(); in RecursiveTransformLoop()8347 } while ((Next = SemaRef.getTypoExprState(TE).Consumer->peekNextCorrection()) && in RecursiveTransformLoop()8445 if ((Next = State.Consumer->peekNextCorrection()) && in TransformTypoExpr()