Lines Matching defs:method
508 /// Look up a method in the receiver type of an Objective-C property
516 // Special case for 'self' in class method implementations.
521 ObjCMethodDecl *method =
524 S.Context.getObjCInterfaceType(method->getClassInterface()),
616 // Do a normal method lookup first.
819 // As a special case, if the method returns 'id', try to get
980 // There must be a method to do the Index'ed assignment.