Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSemaInternal.h330 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
332 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT { in TypoExprState() function
HDSema.h2669 struct TypoExprState { struct
2673 TypoExprState(); argument
2675 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT; argument