clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::Sema::TypoExprState Struct Reference

#include "clang/Sema/Sema.h"

Public Member Functions

 TypoExprState ()
 
 TypoExprState (TypoExprState &&other) noexcept
 
TypoExprStateoperator= (TypoExprState &&other) noexcept
 

Public Attributes

std::unique_ptr< TypoCorrectionConsumerConsumer
 
TypoDiagnosticGenerator DiagHandler
 
TypoRecoveryCallback RecoveryHandler
 

Detailed Description

Definition at line 7636 of file Sema.h.

Constructor & Destructor Documentation

◆ TypoExprState() [1/2]

clang::Sema::TypoExprState::TypoExprState ( )
inline

Definition at line 321 of file SemaInternal.h.

◆ TypoExprState() [2/2]

clang::Sema::TypoExprState::TypoExprState ( TypoExprState &&  other)
inlinenoexcept

Definition at line 323 of file SemaInternal.h.

Member Function Documentation

◆ operator=()

Sema::TypoExprState & clang::Sema::TypoExprState::operator= ( Sema::TypoExprState &&  other)
inlinenoexcept

Definition at line 327 of file SemaInternal.h.

References clang::Sema::Consumer.

Member Data Documentation

◆ Consumer

std::unique_ptr<TypoCorrectionConsumer> clang::Sema::TypoExprState::Consumer

Definition at line 7637 of file Sema.h.

◆ DiagHandler

TypoDiagnosticGenerator clang::Sema::TypoExprState::DiagHandler

Definition at line 7638 of file Sema.h.

◆ RecoveryHandler

TypoRecoveryCallback clang::Sema::TypoExprState::RecoveryHandler

Definition at line 7639 of file Sema.h.


The documentation for this struct was generated from the following files: