clang 20.0.0git
Public Types | Public Member Functions | List of all members
clang::interp::LoopScope< Emitter > Class Template Referencefinal

Sets the context for break/continue statements. More...

Inheritance diagram for clang::interp::LoopScope< Emitter >:
Inheritance graph
[legend]

Public Types

using LabelTy = typename Compiler< Emitter >::LabelTy
 
using OptLabelTy = typename Compiler< Emitter >::OptLabelTy
 

Public Member Functions

 LoopScope (Compiler< Emitter > *Ctx, LabelTy BreakLabel, LabelTy ContinueLabel)
 
 ~LoopScope ()
 
- Public Member Functions inherited from clang::interp::LabelScope< Emitter >
virtual ~LabelScope ()
 

Additional Inherited Members

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

Detailed Description

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

Sets the context for break/continue statements.

Definition at line 110 of file Compiler.cpp.

Member Typedef Documentation

◆ LabelTy

template<class Emitter >
using clang::interp::LoopScope< Emitter >::LabelTy = typename Compiler<Emitter>::LabelTy

Definition at line 112 of file Compiler.cpp.

◆ OptLabelTy

template<class Emitter >
using clang::interp::LoopScope< Emitter >::OptLabelTy = typename Compiler<Emitter>::OptLabelTy

Definition at line 113 of file Compiler.cpp.

Constructor & Destructor Documentation

◆ LoopScope()

template<class Emitter >
clang::interp::LoopScope< Emitter >::LoopScope ( Compiler< Emitter > *  Ctx,
LabelTy  BreakLabel,
LabelTy  ContinueLabel 
)
inline

◆ ~LoopScope()

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

Definition at line 122 of file Compiler.cpp.

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


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