clang 20.0.0git
|
#include "clang/Sema/Sema.h"
Public Member Functions | |
TypoExprState () | |
TypoExprState (TypoExprState &&other) noexcept | |
TypoExprState & | operator= (TypoExprState &&other) noexcept |
Public Attributes | |
std::unique_ptr< TypoCorrectionConsumer > | Consumer |
TypoDiagnosticGenerator | DiagHandler |
TypoRecoveryCallback | RecoveryHandler |
|
inline |
Definition at line 317 of file SemaInternal.h.
|
inlinenoexcept |
Definition at line 319 of file SemaInternal.h.
|
inlinenoexcept |
Definition at line 323 of file SemaInternal.h.
References clang::Sema::Consumer.
std::unique_ptr<TypoCorrectionConsumer> clang::Sema::TypoExprState::Consumer |
TypoDiagnosticGenerator clang::Sema::TypoExprState::DiagHandler |
TypoRecoveryCallback clang::Sema::TypoExprState::RecoveryHandler |