LLVM API Documentation

Public Member Functions | Public Attributes
llvm::ForeachLoop Struct Reference

#include <TGParser.h>

Collaboration diagram for llvm::ForeachLoop:
Collaboration graph
[legend]

List of all members.

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

Definition at line 48 of file TGParser.h.

Definition at line 49 of file TGParser.h.


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