Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h321 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
323 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept { in TypoExprState() function
327 inline Sema::TypoExprState &Sema::TypoExprState::
328 operator=(Sema::TypoExprState &&other) noexcept {
H A DSema.h4027 struct TypoExprState { struct
4031 TypoExprState(); argument
4032 TypoExprState(TypoExprState &&other) noexcept;
4033 TypoExprState &operator=(TypoExprState &&other) noexcept; argument
4037 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
4067 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp5496 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()