LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::ForeachLoop Struct Reference

#include <TGParser.h>

Collaboration diagram for llvm::ForeachLoop:
Collaboration graph
[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 47 of file TGParser.h.

Constructor & Destructor Documentation

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

Definition at line 51 of file TGParser.h.

Member Data Documentation

VarInit* llvm::ForeachLoop::IterVar

Definition at line 48 of file TGParser.h.

ListInit* llvm::ForeachLoop::ListValue

Definition at line 49 of file TGParser.h.


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