Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h330 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
332 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT { in TypoExprState() function
DSema.h2719 struct TypoExprState { struct
2723 TypoExprState(); argument
2725 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT; argument