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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h316 inline Sema::TypoExprState::TypoExprState() {} function in class:clang::Sema::TypoExprState
318 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept {
322 inline Sema::TypoExprState &Sema::TypoExprState::
323 operator=(Sema::TypoExprState &&other) noexcept {
H A DSema.h3571 struct TypoExprState { struct
3575 TypoExprState();
3576 TypoExprState(TypoExprState &&other) noexcept;
3577 TypoExprState &operator=(TypoExprState &&other) noexcept;
3581 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
3611 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5517 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const {

Completed in 205 milliseconds