Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DSemaInternal.h321 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
323 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept { in TypoExprState() function
DSema.h3896 struct TypoExprState { struct
3900 TypoExprState(); argument
3902 TypoExprState &operator=(TypoExprState &&other) noexcept; argument
/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