Searched refs:myMethod (Results 1 – 13 of 13) sorted by relevance
14 - (void)myMethod:(NSArray *)object;19 - (void)myMethod:(NSObject *)object {30 - (void)myMethod:(id <MyProtocol>)object; // broken-note {{previous definition is here}}35 - (void)myMethod:(MyClass *)object { // broken-warning {{conflicting parameter types in implementat…
31 - (void)myMethod { } method47 [self myMethod];48 [super myMethod];
52 - (void) myMethod { method68 - (id) myMethod { method82 - (id) myMethod { method97 - (id) myMethod 113 - (id) myMethod { method
13 +- (void)myMethod; // expected-error {{expected selector for Objective-C method}} class18 - (void)myMethod { } method
11 - (void)myMethod; method
28 -(id)myMethod; method38 -(id)myMethod { method
30 - (NSURL *)myMethod:(NSString *)inString;39 - (NSURL *)myMethod:(NSString *)inString
68 - (void)myMethod; method73 - (void)myMethod
45 -(id)myMethod; method56 -(id)myMethod { method735 [_ownedProp myMethod]; // FIXME-warning{{used after it is released}}742 [_ivarOnly myMethod]; // FIXME-warning{{used after it is released}}979 [x myMethod];
273 - (void)myMethod; method in PropertiesAndIvarsHelper297 [_ownedProp myMethod]; // FIXME-note {{Reference-counted object is used after it is released}}306 [_ivarOnly myMethod]; // FIXME-note {{Reference-counted object is used after it is released}}
4 - (int)myMethod:(int)arg;8 - (int)myMethod:(int)arg {51 // CHECK-CC4: NotImplemented:{TypedText myMethod:} (40)
45 template<typename OT> int myMethod() in myMethod() function
4485 void myMethod();4498 foo.myMethod(); // expected-warning {{reading variable 'foo' requires holding mutex 'mu_'}} in test()