Home | History | Annotate | Download | only in TableGen

Lines Matching defs:SC

366   const std::vector<Record*> &SC = Rec->getSuperClasses();
367 for (unsigned i = 0, e = SC.size(); i != e; ++i)
368 if (RTy->getRecord()->isSubClassOf(SC[i]))
1754 const std::vector<Record*> &SC = R.getSuperClasses();
1755 if (!SC.empty()) {
1757 for (unsigned i = 0, e = SC.size(); i != e; ++i)
1758 OS << " " << SC[i]->getNameInitAsString();