Home | History | Annotate | Download | only in TableGen

Lines Matching full:recordset

290 typedef llvm::DenseSet<const Record *> RecordSet;
291 typedef llvm::PointerUnion<RecordVec*, RecordSet*> VecOrSet;
432 DiagsInPedantic.get<RecordSet*>()->insert(R);
463 GroupsInPedantic.get<RecordSet*>()->insert(Group);
510 RecordSet DiagsInPedantic;