|
LLVM
4.0.0
|
ForeachLoop - Record the iteration state associated with a for loop. More...
#include <TGParser.h>
Public Member Functions | |
| ForeachLoop (VarInit *IVar, ListInit *LValue) | |
Public Attributes | |
| VarInit * | IterVar |
| ListInit * | ListValue |
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.
Definition at line 50 of file TGParser.h.
| VarInit* llvm::ForeachLoop::IterVar |
Definition at line 47 of file TGParser.h.
| ListInit* llvm::ForeachLoop::ListValue |
Definition at line 48 of file TGParser.h.
1.8.6