Lines Matching defs:__attribute__
3 __attribute__((objc_root_class)) function
8 - (void)A_Cat __attribute__((objc_direct)); // expected-note {{previous declaration is here}} method in Cat
16 __attribute__((objc_root_class)) function
18 - (void)B_primary __attribute__((objc_direct)); // expected-note {{previous declaration is here}} method
26 - (void)B_Cat __attribute__((objc_direct)); method in Cat
30 - (void)B_OtherCat __attribute__((objc_direct)); // expected-note {{previous declaration is here}} method in OtherCat
38 - (void)B_implOnly __attribute__((objc_direct)) { // expected-note {{previous declaration is here}} method
51 - (void)B_implOnly __attribute__((objc_direct)) { // expected-error {{direct method declaration con… method in Cat
55 __attribute__((objc_root_class)) function
57 - (void)C1 __attribute__((objc_direct)); // expected-note {{previous declaration is here}} method
63 - (void)C2 __attribute__((objc_direct)); // expected-error {{direct method declaration conflicts wi… method in Cat