Searched refs:TypoExprState (Results 1 – 3 of 3) sorted by relevance
356 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function358 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept { in TypoExprState() function362 inline Sema::TypoExprState &Sema::TypoExprState::363 operator=(Sema::TypoExprState &&other) noexcept {
3160 struct TypoExprState { struct3164 TypoExprState(); argument3165 TypoExprState(TypoExprState &&other) noexcept;3166 TypoExprState &operator=(TypoExprState &&other) noexcept; argument3170 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;3200 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
5195 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()