LLVM
8.0.1
|
ForeachLoop - Record the iteration state associated with a for loop. More...
#include "TableGen/TGParser.h"
Public Member Functions | |
void | dump () const |
ForeachLoop (SMLoc Loc, VarInit *IVar, Init *LValue) | |
Public Attributes | |
SMLoc | Loc |
VarInit * | IterVar |
Init * | ListValue |
std::vector< RecordsEntry > | Entries |
ForeachLoop - Record the iteration state associated with a for loop.
This is used to instantiate items in the loop body.
Definition at line 60 of file TGParser.h.
Definition at line 68 of file TGParser.h.
void llvm::ForeachLoop::dump | ( | ) | const |
std::vector<RecordsEntry> llvm::ForeachLoop::Entries |
Definition at line 64 of file TGParser.h.
Referenced by QualifiedNameOfImplicitName().
VarInit* llvm::ForeachLoop::IterVar |
Definition at line 62 of file TGParser.h.
Referenced by QualifiedNameOfImplicitName().
Init* llvm::ForeachLoop::ListValue |
Definition at line 63 of file TGParser.h.
Referenced by QualifiedNameOfImplicitName().
SMLoc llvm::ForeachLoop::Loc |
Definition at line 61 of file TGParser.h.
Referenced by QualifiedNameOfImplicitName().