Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h330 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
332 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT { in TypoExprState() function
336 inline Sema::TypoExprState &Sema::TypoExprState::operator=(
337 Sema::TypoExprState &&other) LLVM_NOEXCEPT {
DSema.h2719 struct TypoExprState { struct
2723 TypoExprState(); argument
2724 TypoExprState(TypoExprState&& other) LLVM_NOEXCEPT;
2725 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT; argument
2729 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
2759 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
/external/clang/lib/Sema/
DSemaLookup.cpp4984 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()