Home | History | Annotate | Download | only in Sema

Lines Matching refs:SuperClass

1999       // Add "super", if we're in an Objective-C class with a superclass.
3513 // Look in the superclass.
4876 // Add methods in superclass.
5056 case ObjCMessageExpr::SuperClass:
5077 .Case("superclass", Super)
5085 .Case("superclass", Super)
5090 // most likely case of forwarding all of our arguments to the superclass
5117 // Try to find a superclass method with the same selector.
5137 // Check whether the superclass method has the same signature.
5156 // We have a superclass method. Now, form the send-to-super completion.
5223 // If we are in an Objective-C method inside a class that has a superclass,
5255 // Find the superclass of this class.
5269 // Fall through to send to the superclass in CDecl.
6082 // Visit the superclass.