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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3526   const TypoExprState &getTypoExprState(TypoExpr *TE) const;

References

tools/clang/lib/Sema/SemaExpr.cpp
 2304         auto &State = getTypoExprState(TE);
tools/clang/lib/Sema/SemaExprCXX.cpp
 7633       auto &State = SemaRef.getTypoExprState(TE);
 7665       auto &State = SemaRef.getTypoExprState(TE);
 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();
 7890     auto &State = SemaRef.getTypoExprState(E);