clang  7.0.0
Public Member Functions | List of all members
clang::CodeGen::CodeGenFunction::ArrayInitLoopExprScope Class Reference

The scope of an ArrayInitLoopExpr. More...

#include "/work/llvm-www-releases/7.0.0/docsbuild/llvm.src/tools/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 1436 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ ArrayInitLoopExprScope()

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

Definition at line 1438 of file CodeGenFunction.h.

◆ ~ArrayInitLoopExprScope()

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

Definition at line 1442 of file CodeGenFunction.h.


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