Searched refs:TypoExprState (Results 1 – 3 of 3) sorted by relevance
330 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function332 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT { in TypoExprState() function336 inline Sema::TypoExprState &Sema::TypoExprState::operator=(337 Sema::TypoExprState &&other) LLVM_NOEXCEPT {
2719 struct TypoExprState { struct2723 TypoExprState(); argument2724 TypoExprState(TypoExprState&& other) LLVM_NOEXCEPT;2725 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT; argument2729 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;2759 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
4984 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()