Searched refs:TypoExprState (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h321 inline Sema::TypoExprState::TypoExprState() {} function in class:clang::Sema::TypoExprState
323 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept {
327 inline Sema::TypoExprState &Sema::TypoExprState::
328 operator=(Sema::TypoExprState &&other) noexcept {
H A DSema.h3744 struct TypoExprState { struct
3748 TypoExprState();
3749 TypoExprState(TypoExprState &&other) noexcept;
3750 TypoExprState &operator=(TypoExprState &&other) noexcept;
3754 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
3784 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5403 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const {

Completed in 136 milliseconds