Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RecordSet

289 typedef llvm::DenseSet<const Record *> RecordSet;
290 typedef llvm::PointerUnion<RecordVec*, RecordSet*> VecOrSet;
431 DiagsInPedantic.get<RecordSet*>()->insert(R);
462 GroupsInPedantic.get<RecordSet*>()->insert(Group);
509 RecordSet DiagsInPedantic;