Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Class

43 class TableGenStringKey {
278 // appropriate class!
292 // Ensure that TI is compatible with our class.
1993 OS << "class " << *I->second;
2005 /// that derive from the specified class name. If a class with the specified
2009 Record *Class = getClass(ClassName);
2010 if (!Class)
2011 PrintFatalError("ERROR: Couldn't find the `" + ClassName + "' class!\n");
2016 if (I->second->isSubClassOf(Class))