clang 22.0.0git
clang::CodeGen::CodeGenFunction::ArrayInitLoopExprScope Class Reference

The scope of an ArrayInitLoopExpr. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 ArrayInitLoopExprScope (CodeGenFunction &CGF, llvm::Value *Index)
 ~ArrayInitLoopExprScope ()

Detailed Description

The scope of an ArrayInitLoopExpr.

Within this scope, the value of the current loop index is overridden.

Definition at line 1808 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ ArrayInitLoopExprScope()

clang::CodeGen::CodeGenFunction::ArrayInitLoopExprScope::ArrayInitLoopExprScope ( CodeGenFunction & CGF,
llvm::Value * Index )
inline

Definition at line 1810 of file CodeGenFunction.h.

◆ ~ArrayInitLoopExprScope()

clang::CodeGen::CodeGenFunction::ArrayInitLoopExprScope::~ArrayInitLoopExprScope ( )
inline

Definition at line 1814 of file CodeGenFunction.h.


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