struct Sema::TypoExprState
Declaration
struct Sema::TypoExprState { /* full declaration omitted */ };
Declared at: clang/include/clang/Sema/Sema.h:4276
Member Variables
- public std::unique_ptr<TypoCorrectionConsumer> Consumer
- public clang::Sema::TypoDiagnosticGenerator DiagHandler
- public clang::Sema::TypoRecoveryCallback RecoveryHandler
Method Overview
- public TypoExprState()
- public TypoExprState(clang::Sema::TypoExprState && other) noexcept
Methods
¶TypoExprState()
TypoExprState()
Declared at: clang/include/clang/Sema/Sema.h:4280
¶TypoExprState(
clang::Sema::TypoExprState&& other) noexcept
TypoExprState(
clang::Sema::TypoExprState&& other) noexcept
Declared at: clang/include/clang/Sema/Sema.h:4281
Parameters
- clang::Sema::TypoExprState&& other