Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h317 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
319 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept { in TypoExprState() function
323 inline Sema::TypoExprState &Sema::TypoExprState::
324 operator=(Sema::TypoExprState &&other) noexcept {
H A DSema.h9499 struct TypoExprState { struct
9503 TypoExprState(); argument
9504 TypoExprState(TypoExprState &&other) noexcept;
9505 TypoExprState &operator=(TypoExprState &&other) noexcept; argument
9508 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
9545 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5731 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()