Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h4027 struct TypoExprState { struct
4031 TypoExprState(); argument
4033 TypoExprState &operator=(TypoExprState &&other) noexcept; argument