Lines Matching refs:super
35 [super MyDealloc];
40 [super MyDealloc];
41 } // expected-warning {{method possibly missing a [super XXX] call}}
44 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc…
47 + (void)registerClass:(id)name {} // expected-warning {{method possibly missing a [super registerCl…
54 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] cal…
55 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc…
56 - (void) AnnotMeth{}; // expected-warning {{method possibly missing a [super AnnotMeth] call}}
65 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] cal…
66 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc…
67 - (void) AnnotMeth{}; // expected-warning {{method possibly missing a [super AnnotMeth] call}}
68 - (void) AnnotMyDeallocMethCAT{}; // expected-warning {{method possibly missing a [super AnnotMyDea…
79 [super MyDeallocMeth]; // no-warning
84 [super registerClass:name]; // no-warning
131 } // expected-warning {{method possibly missing a [super openDoor] call}}