reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/SemaInternal.h
  324   Consumer = std::move(other.Consumer);
  324   Consumer = std::move(other.Consumer);
tools/clang/lib/Sema/SemaExpr.cpp
 2305         auto BestTC = State.Consumer->getNextCorrection();
 2321         State.Consumer->resetCorrectionStream();
tools/clang/lib/Sema/SemaExprCXX.cpp
 7636             ? TypoCorrection() : State.Consumer->getCurrentCorrection();
 7667       if (!State.Consumer->finished())
 7669       State.Consumer->resetCorrectionStream();
 7793         SemaRef.getTypoExprState(TE).Consumer->saveCurrentPosition();
 7795         TypoCorrection TC = SemaRef.getTypoExprState(TE).Consumer->peekNextCorrection();
 7805             SemaRef.getTypoExprState(TE).Consumer->resetCorrectionStream();
 7811         } while ((Next = SemaRef.getTypoExprState(TE).Consumer->peekNextCorrection()) &&
 7818         SemaRef.getTypoExprState(TE).Consumer->restoreSavedPosition();
 7891     assert(State.Consumer && "Cannot transform a cleared TypoExpr");
 7895     while (TypoCorrection TC = State.Consumer->getNextCorrection()) {
 7902           attemptRecovery(SemaRef, *State.Consumer, TC);
 7908         if ((Next = State.Consumer->peekNextCorrection()) &&
tools/clang/lib/Sema/SemaLookup.cpp
 5482   State.Consumer = std::move(TCC);