Searched refs:TypoExprState (Results 1 – 3 of 3) sorted by relevance
321 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function323 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept { in TypoExprState() function327 inline Sema::TypoExprState &Sema::TypoExprState::328 operator=(Sema::TypoExprState &&other) noexcept {
4027 struct TypoExprState { struct4031 TypoExprState(); argument4032 TypoExprState(TypoExprState &&other) noexcept;4033 TypoExprState &operator=(TypoExprState &&other) noexcept; argument4037 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;4067 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
5496 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()