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

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/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 486 of file ByteCodeExprGen.h.

Constructor & Destructor Documentation

◆ ArrayIndexScope()

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

◆ ~ArrayIndexScope()

Definition at line 493 of file ByteCodeExprGen.h.


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