Searched refs:RecordsEntry (Results 1 – 2 of 2) sorted by relevance
41 struct RecordsEntry { struct48 RecordsEntry() = default; argument49 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() function50 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() function52 RecordsEntry(std::unique_ptr<Record::AssertionInfo> Assertion) in RecordsEntry() function66 std::vector<RecordsEntry> Entries;122 std::vector<RecordsEntry> Entries;205 bool AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass);211 bool addEntry(RecordsEntry E);215 bool Final, std::vector<RecordsEntry> *Dest,[all …]
292 bool TGParser::AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass) { in AddSubClass()347 bool TGParser::addEntry(RecordsEntry E) { in addEntry()386 bool Final, std::vector<RecordsEntry> *Dest, in resolve()424 bool TGParser::resolve(const std::vector<RecordsEntry> &Source, in resolve()426 std::vector<RecordsEntry> *Dest, SMLoc *Loc) { in resolve()3020 bool TGParser::ApplyLetStack(RecordsEntry &Entry) { in ApplyLetStack()3642 std::vector<RecordsEntry> NewEntries; in ParseDefm()3837 LLVM_DUMP_METHOD void RecordsEntry::dump() const { in dump()