Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h356 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
358 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept { in TypoExprState() function
362 inline Sema::TypoExprState &Sema::TypoExprState::
363 operator=(Sema::TypoExprState &&other) noexcept {
H A DSema.h3160 struct TypoExprState { struct
3164 TypoExprState(); argument
3165 TypoExprState(TypoExprState &&other) noexcept;
3166 TypoExprState &operator=(TypoExprState &&other) noexcept; argument
3170 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
3200 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp5195 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()