Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
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 {
DSema.h3896 struct TypoExprState { struct
3900 TypoExprState(); argument
3901 TypoExprState(TypoExprState &&other) noexcept;
3902 TypoExprState &operator=(TypoExprState &&other) noexcept; argument
3906 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
3936 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
/external/clang/include/clang/Sema/
DSemaInternal.h334 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
336 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT { in TypoExprState() function
340 inline Sema::TypoExprState &Sema::TypoExprState::operator=(
341 Sema::TypoExprState &&other) LLVM_NOEXCEPT {
DSema.h2793 struct TypoExprState { struct
2797 TypoExprState(); argument
2798 TypoExprState(TypoExprState&& other) LLVM_NOEXCEPT;
2799 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT; argument
2803 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
2833 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
/external/clang/lib/Sema/
DSemaLookup.cpp5098 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp5447 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()