Home | History | Annotate | Download | only in Sema

Lines Matching refs:SuperClass

410     // Only do this if the current class actually has a superclass.
411 if (const ObjCInterfaceDecl *SuperClass = IC->getSuperClass()) {
424 SuperClass->lookupMethod(MDecl->getSelector(),
521 // Try to correct for a typo in the superclass name without correcting
565 // typedef int SuperClass;
566 // @interface MyClass : SuperClass {} @end
1302 /// subclass must accept any object as an argument that its superclass's
1305 /// anywhere that you can use the superclass, but not vice versa). The
1307 /// subclass method must be a valid object of the kind that the superclass
1461 // implementation must accept any objects that the superclass
1757 // has been declared in its primary class, superclass,
2677 // This class has no superclass, so check that it has been marked with
2780 // - it is a superclass of the method's class type