Lines Matching refs:super
33 [super MyDealloc];
38 [super MyDealloc];
39 } // expected-warning {{method possibly missing a [super XXX] call}}
42 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc…
50 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] cal…
51 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc…
52 - (void) AnnotMeth{}; // expected-warning {{method possibly missing a [super AnnotMeth] call}}
61 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] cal…
62 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc…
63 - (void) AnnotMeth{}; // expected-warning {{method possibly missing a [super AnnotMeth] call}}
64 - (void) AnnotMyDeallocMethCAT{}; // expected-warning {{method possibly missing a [super AnnotMyDea…