clang 24.0.0git
clang::interp::InitLinkScope< Emitter > Class Template Referencefinal

Public Member Functions

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

Public Attributes

Compiler< Emitter > * Ctx

Detailed Description

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

Definition at line 254 of file Compiler.cpp.

Constructor & Destructor Documentation

◆ InitLinkScope()

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

Definition at line 256 of file Compiler.cpp.

References Ctx, and clang::Link.

◆ ~InitLinkScope()

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

Definition at line 260 of file Compiler.cpp.

References Ctx.

Member Data Documentation

◆ Ctx

Definition at line 263 of file Compiler.cpp.

Referenced by InitLinkScope(), and ~InitLinkScope().


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