Searched refs:TypoExprState (Results 1 – 6 of 6) 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 {
3896 struct TypoExprState { struct3900 TypoExprState(); argument3901 TypoExprState(TypoExprState &&other) noexcept;3902 TypoExprState &operator=(TypoExprState &&other) noexcept; argument3906 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;3936 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
334 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function336 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT { in TypoExprState() function340 inline Sema::TypoExprState &Sema::TypoExprState::operator=(341 Sema::TypoExprState &&other) LLVM_NOEXCEPT {
2793 struct TypoExprState { struct2797 TypoExprState(); argument2798 TypoExprState(TypoExprState&& other) LLVM_NOEXCEPT;2799 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT; argument2803 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;2833 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
5098 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()
5447 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()