Lines Matching defs:Method
10 // Rewrites legacy method calls to modern syntax.
100 /// in the compiler resolving 'objectForKey:' as the method from NSDictionary.
103 /// the receiver is a result of a class method from a hardcoded list of
295 const ObjCMethodDecl *Method = Msg->getMethodDecl();
296 if (!Method)
300 NS.getASTContext().getObjContainingInterface(Method);
847 // Try to modify the literal make it the same type as the method call.