Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h318 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
320 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT { in TypoExprState() function
324 inline Sema::TypoExprState &Sema::TypoExprState::operator=(
325 Sema::TypoExprState &&other) LLVM_NOEXCEPT {
DSema.h2540 struct TypoExprState { struct
2544 TypoExprState(); argument
2545 TypoExprState(TypoExprState&& other) LLVM_NOEXCEPT;
2546 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT; argument
2550 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
2580 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
/external/clang/lib/Sema/
DSemaLookup.cpp4602 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { in getTypoExprState()