clang 19.0.0git
Public Member Functions | List of all members
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 1753 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ ArrayInitLoopExprScope()

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

Definition at line 1755 of file CodeGenFunction.h.

◆ ~ArrayInitLoopExprScope()

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

Definition at line 1759 of file CodeGenFunction.h.


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