Searched refs:RecordsEntry (Results 1 – 2 of 2) sorted by relevance
46 struct RecordsEntry { struct52 RecordsEntry() {} in RecordsEntry() argument53 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() argument54 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() argument64 std::vector<RecordsEntry> Entries;80 std::vector<RecordsEntry> Entries;143 bool AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass);149 bool addEntry(RecordsEntry E);151 std::vector<RecordsEntry> *Dest, SMLoc *Loc = nullptr);153 bool Final, std::vector<RecordsEntry> *Dest,[all …]
292 bool TGParser::AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass) { in AddSubClass()345 bool TGParser::addEntry(RecordsEntry E) { in addEntry()373 bool Final, std::vector<RecordsEntry> *Dest, in resolve()409 bool TGParser::resolve(const std::vector<RecordsEntry> &Source, in resolve()411 std::vector<RecordsEntry> *Dest, SMLoc *Loc) { in resolve()2462 bool TGParser::ApplyLetStack(RecordsEntry &Entry) { in ApplyLetStack()2881 std::vector<RecordsEntry> NewEntries; in ParseDefm()3040 LLVM_DUMP_METHOD void RecordsEntry::dump() const { in dump()