Searched refs:TypoExprState (Results 1 – 3 of 3) sorted by relevance
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()