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

/external/clang/include/clang/Sema/
H A DSemaInternal.h334 inline Sema::TypoExprState::TypoExprState() {} function in class:clang::Sema::TypoExprState
336 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT {
340 inline Sema::TypoExprState &Sema::TypoExprState::operator=(
341 Sema::TypoExprState &&other) LLVM_NOEXCEPT {
H A DSema.h2793 struct TypoExprState { struct in class:clang::Sema
2797 TypoExprState();
2798 TypoExprState(TypoExprState&& other) LLVM_NOEXCEPT;
2799 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT;
2803 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos;
2833 const TypoExprState &getTypoExprState(TypoExpr *TE) const;
/external/clang/lib/Sema/
H A DSemaLookup.cpp5098 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const {

Completed in 372 milliseconds