Lines Matching refs:RecordsEntry
41 struct RecordsEntry { struct
48 RecordsEntry() = default; argument
49 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() argument
50 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() argument
52 RecordsEntry(std::unique_ptr<Record::AssertionInfo> Assertion) in RecordsEntry() function
66 std::vector<RecordsEntry> Entries;
122 std::vector<RecordsEntry> Entries;
205 bool AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass);
211 bool addEntry(RecordsEntry E);
213 std::vector<RecordsEntry> *Dest, SMLoc *Loc = nullptr);
214 bool resolve(const std::vector<RecordsEntry> &Source, SubstStack &Substs,
215 bool Final, std::vector<RecordsEntry> *Dest,
276 bool ApplyLetStack(RecordsEntry &Entry);