Lines Matching refs:Instance
163 /// \brief If we are in an instance method definition, the \@implementation
182 // If this is an Objective-C instance method definition, dig out the
1240 /// instance variable.
3728 // Objective-C instance variable access.
5004 /// \param WantInstanceMethods Whether to add instance methods (only); if
5028 // The instance methods on the root class can be messaged via the
5270 case ObjCMessageExpr::Instance: {
5484 // We are inside an instance method, which means that the message
5485 // send [super ...] is actually calling an instance method on the
5745 // Handle messages to Class. This really isn't a message to an instance
5759 // Search protocols for instance methods.
5767 // Search the class, its superclasses, etc., for instance methods.
5772 // Search protocols for instance methods.
5779 // We're messaging "id", so provide all instance methods we know
6214 // Add all of the instance variables in this class and its superclasses.