clang  20.0.0git
Public Member Functions | List of all members
clang::interp::InitStackScope< Emitter > Class Template Reference

#include "/home/runner/work/llvm/llvm/repo/clang/lib/AST/ByteCode/Compiler.h"

Public Member Functions

 InitStackScope (Compiler< Emitter > *Ctx, bool Active)
 
 ~InitStackScope ()
 

Detailed Description

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

Definition at line 621 of file Compiler.h.

Constructor & Destructor Documentation

◆ InitStackScope()

template<class Emitter >
clang::interp::InitStackScope< Emitter >::InitStackScope ( Compiler< Emitter > *  Ctx,
bool  Active 
)
inline

Definition at line 623 of file Compiler.h.

References clang::interp::Compiler< Emitter >::InitStackActive.

◆ ~InitStackScope()

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

Definition at line 628 of file Compiler.h.


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