Searched defs:TypoExprState (Results 1 - 2 of 2) sorted by relevance

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

Completed in 86 milliseconds