Home | History | Annotate | Download | only in Sema

Lines Matching refs:SuperClass

1939       // Add "super", if we're in an Objective-C class with a superclass.
3400 // Look in the superclass.
4768 // Add methods in superclass.
4948 case ObjCMessageExpr::SuperClass:
4969 .Case("superclass", Super)
4977 .Case("superclass", Super)
4982 // most likely case of forwarding all of our arguments to the superclass
5011 // Try to find a superclass method with the same selector.
5031 // Check whether the superclass method has the same signature.
5050 // We have a superclass method. Now, form the send-to-super completion.
5117 // If we are in an Objective-C method inside a class that has a superclass,
5150 // Find the superclass of this class.
5165 // Fall through to send to the superclass in CDecl.
5980 // Visit the superclass.