Home
last modified time | relevance | path

Searched defs:TypoExprState (Results 1 – 2 of 2) 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
DSema.h2540 struct TypoExprState { struct
2544 TypoExprState(); argument
2546 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT; argument