Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSemaInternal.h321 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
323 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept { in TypoExprState() function
H A DSema.h4276 struct TypoExprState { struct
4280 TypoExprState(); argument
4282 TypoExprState &operator=(TypoExprState &&other) noexcept; argument