Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h317 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() function
319 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) noexcept { in TypoExprState() function
H A DSema.h9499 struct TypoExprState { struct
9503 TypoExprState(); argument
9505 TypoExprState &operator=(TypoExprState &&other) noexcept; argument