LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::ForeachLoop Struct Reference

ForeachLoop - Record the iteration state associated with a for loop. More...

#include <TGParser.h>

Collaboration diagram for llvm::ForeachLoop:
[legend]

Public Member Functions

 ForeachLoop (VarInit *IVar, ListInit *LValue)
 

Public Attributes

VarInitIterVar
 
ListInitListValue
 

Detailed Description

ForeachLoop - Record the iteration state associated with a for loop.

This is used to instantiate items in the loop body.

Definition at line 46 of file TGParser.h.

Constructor & Destructor Documentation

llvm::ForeachLoop::ForeachLoop ( VarInit IVar,
ListInit LValue 
)
inline

Definition at line 50 of file TGParser.h.

Member Data Documentation

VarInit* llvm::ForeachLoop::IterVar

Definition at line 47 of file TGParser.h.

ListInit* llvm::ForeachLoop::ListValue

Definition at line 48 of file TGParser.h.


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