clang 19.0.0git
Public Types | Public Member Functions | List of all members
clang::interp::SwitchScope< Emitter > Class Template Referencefinal
Inheritance diagram for clang::interp::SwitchScope< Emitter >:
Inheritance graph
[legend]

Public Types

using LabelTy = typename ByteCodeStmtGen< Emitter >::LabelTy
 
using OptLabelTy = typename ByteCodeStmtGen< Emitter >::OptLabelTy
 
using CaseMap = typename ByteCodeStmtGen< Emitter >::CaseMap
 

Public Member Functions

 SwitchScope (ByteCodeStmtGen< Emitter > *Ctx, CaseMap &&CaseLabels, LabelTy BreakLabel, OptLabelTy DefaultLabel)
 
 ~SwitchScope ()
 
- Public Member Functions inherited from clang::interp::LabelScope< Emitter >
virtual ~LabelScope ()
 

Additional Inherited Members

- Protected Member Functions inherited from clang::interp::LabelScope< Emitter >
 LabelScope (ByteCodeStmtGen< Emitter > *Ctx)
 
- Protected Attributes inherited from clang::interp::LabelScope< Emitter >
ByteCodeStmtGen< Emitter > * Ctx
 ByteCodeStmtGen instance.
 

Detailed Description

template<class Emitter>
class clang::interp::SwitchScope< Emitter >

Definition at line 57 of file ByteCodeStmtGen.cpp.

Member Typedef Documentation

◆ CaseMap

template<class Emitter >
using clang::interp::SwitchScope< Emitter >::CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap

Definition at line 61 of file ByteCodeStmtGen.cpp.

◆ LabelTy

template<class Emitter >
using clang::interp::SwitchScope< Emitter >::LabelTy = typename ByteCodeStmtGen<Emitter>::LabelTy

Definition at line 59 of file ByteCodeStmtGen.cpp.

◆ OptLabelTy

template<class Emitter >
using clang::interp::SwitchScope< Emitter >::OptLabelTy = typename ByteCodeStmtGen<Emitter>::OptLabelTy

Definition at line 60 of file ByteCodeStmtGen.cpp.

Constructor & Destructor Documentation

◆ SwitchScope()

template<class Emitter >
clang::interp::SwitchScope< Emitter >::SwitchScope ( ByteCodeStmtGen< Emitter > *  Ctx,
CaseMap &&  CaseLabels,
LabelTy  BreakLabel,
OptLabelTy  DefaultLabel 
)
inline

Definition at line 63 of file ByteCodeStmtGen.cpp.

◆ ~SwitchScope()

template<class Emitter >
clang::interp::SwitchScope< Emitter >::~SwitchScope ( )
inline

Definition at line 73 of file ByteCodeStmtGen.cpp.

References clang::interp::LabelScope< Emitter >::Ctx.


The documentation for this class was generated from the following file: