Home
last modified time | relevance | path

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

/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
DSema.h2793 struct TypoExprState { struct
2797 TypoExprState(); argument
2799 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT; argument