|
clang 23.0.0git
|
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 () | |
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.
|
inline |
Definition at line 901 of file CIRGenFunction.h.
References clang::CIRGen::CIRGenFunction::arrayInitIndex, and clang::CIRGen::CIRGenFunction::CIRGenFunction().
|
inline |
Definition at line 909 of file CIRGenFunction.h.