Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DSemaInternal.h164 const TypoCorrection &peekNextCorrection() { in peekNextCorrection() function
/external/clang/include/clang/Sema/
DSemaInternal.h182 const TypoCorrection &peekNextCorrection() { in peekNextCorrection() function
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp8179 TypoCorrection TC = SemaRef.getTypoExprState(TE).Consumer->peekNextCorrection(); in RecursiveTransformLoop()
8195 } while ((Next = SemaRef.getTypoExprState(TE).Consumer->peekNextCorrection()) && in RecursiveTransformLoop()
8292 if ((Next = State.Consumer->peekNextCorrection()) && in TransformTypoExpr()
/external/clang/lib/Sema/
DSemaExprCXX.cpp6937 if ((Next = State.Consumer->peekNextCorrection()) && in TransformTypoExpr()