Searched refs:TypoExprState (Results 1 – 3 of 3) sorted by relevance
318 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function320 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT { in TypoExprState() function324 inline Sema::TypoExprState &Sema::TypoExprState::operator=(325 Sema::TypoExprState &&other) LLVM_NOEXCEPT {
2540 struct TypoExprState { struct2544 TypoExprState(); argument2545 TypoExprState(TypoExprState&& other) LLVM_NOEXCEPT;2546 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT; argument2550 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;2580 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
4602 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()