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

#include "/home/runner/work/llvm/llvm/repo/clang/lib/AST/Interp/ByteCodeExprGen.h"

Public Member Functions

 ArrayIndexScope (ByteCodeExprGen< Emitter > *Ctx, uint64_t Index)
 
 ~ArrayIndexScope ()
 

Detailed Description

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

Definition at line 509 of file ByteCodeExprGen.h.

Constructor & Destructor Documentation

◆ ArrayIndexScope()

template<class Emitter >
clang::interp::ArrayIndexScope< Emitter >::ArrayIndexScope ( ByteCodeExprGen< Emitter > *  Ctx,
uint64_t  Index 
)
inline

Definition at line 511 of file ByteCodeExprGen.h.

◆ ~ArrayIndexScope()

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

Definition at line 516 of file ByteCodeExprGen.h.


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