Searched refs:TypoExprState (Results 1 – 3 of 3) sorted by relevance
317 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function319 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept { in TypoExprState() function323 inline Sema::TypoExprState &Sema::TypoExprState::324 operator=(Sema::TypoExprState &&other) noexcept {
9499 struct TypoExprState { struct9503 TypoExprState(); argument9504 TypoExprState(TypoExprState &&other) noexcept;9505 TypoExprState &operator=(TypoExprState &&other) noexcept; argument9508 const TypoExprState &getTypoExprState(TypoExpr *TE) const;9545 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
5731 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()