LLVM
8.0.1
|
RecordsEntry - Can be either a record or a foreach loop. More...
#include "TableGen/TGParser.h"
Public Member Functions | |
void | dump () const |
RecordsEntry () | |
RecordsEntry (std::unique_ptr< Record > Rec) | |
RecordsEntry (std::unique_ptr< ForeachLoop > Loop) | |
Public Attributes | |
std::unique_ptr< Record > | Rec |
std::unique_ptr< ForeachLoop > | Loop |
RecordsEntry - Can be either a record or a foreach loop.
Definition at line 46 of file TGParser.h.
|
inline |
Definition at line 52 of file TGParser.h.
|
inline |
Definition at line 53 of file TGParser.h.
|
inline |
Definition at line 54 of file TGParser.h.
void llvm::RecordsEntry::dump | ( | ) | const |
std::unique_ptr<ForeachLoop> llvm::RecordsEntry::Loop |
Definition at line 48 of file TGParser.h.
Referenced by QualifiedNameOfImplicitName().
std::unique_ptr<Record> llvm::RecordsEntry::Rec |
Definition at line 47 of file TGParser.h.
Referenced by QualifiedNameOfImplicitName().