Searched refs:SCs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.cpp187 ArrayRef<Record *> SCs = SC->getSuperClasses(); local
189 for (unsigned i = 0, e = SCs.size(); i != e; ++i) {
190 if (CurRec->isSubClassOf(SCs[i]))
192 "Already subclass of '" + SCs[i]->getName() + "'!\n");
193 CurRec->addSuperClass(SCs[i], SCRanges[i]);

Completed in 37 milliseconds