HomeSort by: relevance | last modified time | path
    Searched refs:peekNextCorrection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h 163 /// by peekNextcorrection).
164 const TypoCorrection &peekNextCorrection() {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 8254 TypoCorrection TC = SemaRef.getTypoExprState(TE).Consumer->peekNextCorrection();
8270 } while ((Next = SemaRef.getTypoExprState(TE).Consumer->peekNextCorrection()) &&
8367 if ((Next = State.Consumer->peekNextCorrection()) &&

Completed in 51 milliseconds