clang 23.0.0git
clang::CIRGen::CIRGenFunction::ArrayInitLoopExprScope Class Reference

The scope of an ArrayInitLoopExpr. More...

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"

Public Member Functions

 ArrayInitLoopExprScope (CIRGenFunction &cgf, bool setIdx, mlir::Value index)
 ~ArrayInitLoopExprScope ()

Detailed Description

The scope of an ArrayInitLoopExpr.

Within this scope, the value of the current loop index is overridden. In order to encourage re-use of existing array initialization, this uses a flag to determine if it is a 'no-op' or not.

Definition at line 899 of file CIRGenFunction.h.

Constructor & Destructor Documentation

◆ ArrayInitLoopExprScope()

clang::CIRGen::CIRGenFunction::ArrayInitLoopExprScope::ArrayInitLoopExprScope ( CIRGenFunction & cgf,
bool setIdx,
mlir::Value index )
inline

◆ ~ArrayInitLoopExprScope()

clang::CIRGen::CIRGenFunction::ArrayInitLoopExprScope::~ArrayInitLoopExprScope ( )
inline

Definition at line 909 of file CIRGenFunction.h.


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