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

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/Interp/Compiler.h"

Public Member Functions

 InitLinkScope (Compiler< Emitter > *Ctx, InitLink &&Link)
 
 ~InitLinkScope ()
 

Detailed Description

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

Definition at line 606 of file Compiler.h.

Constructor & Destructor Documentation

◆ InitLinkScope()

template<class Emitter >
clang::interp::InitLinkScope< Emitter >::InitLinkScope ( Compiler< Emitter > *  Ctx,
InitLink &&  Link 
)
inline

Definition at line 608 of file Compiler.h.

References clang::interp::Compiler< Emitter >::InitStack, and clang::Link.

◆ ~InitLinkScope()

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

Definition at line 612 of file Compiler.h.


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