• Home
  • Raw
  • Download

Lines Matching defs:__attribute__

9 - (void)protoMethod __attribute__((objc_direct));      // expected-error {{'objc_direct' attribute …  method
10 + (void)classProtoMethod __attribute__((objc_direct)); // expected-error {{'objc_direct' attribute … class
13 __attribute__((objc_root_class)) function
18 - (void)rootDirect __attribute__((objc_direct)); // expected-note {{previous declaration is he… method
19 + (void)classRootDirect __attribute__((objc_direct)); // expected-note {{previous declaration is he… class
20 - (void)otherRootDirect __attribute__((objc_direct)); // expected-note {{direct method 'otherRootDi… method
21 + (void)otherClassRootDirect __attribute__((objc_direct)); // expected-note {{direct method 'otherC… class
22 + (void)otherOtherClassRootDirect __attribute__((objc_direct)); // expected-note {{direct method 'o… class
27 __attribute__((objc_direct_members)) function
33 __attribute__((objc_direct_members)) function
42 - (void)rootExtensionDirect2 __attribute__((objc_direct)); // expected-note {{previous declara… method in void
43 + (void)classRootExtensionDirect2 __attribute__((objc_direct)); // expected-note {{previous declara… class in void
49 - (void)rootCategoryDirect2 __attribute__((objc_direct)); // expected-note {{previous declarat… method in Direct2
50 + (void)classRootCategoryDirect2 __attribute__((objc_direct)); // expected-note {{previous declarat… class in Direct2
53 __attribute__((objc_direct_members)) function
56 - (void)unavailableInChild __attribute__((unavailable)); // should not warn method
62 - (void)rootRegular __attribute__((objc_direct)); // expected-error {{methods that ov… method
63 + (void)classRootRegular __attribute__((objc_direct)); // expected-error {{methods that ov… class
64 - (void)protoMethod __attribute__((objc_direct)); // expected-error {{methods that im… method
65 + (void)classProtoMethod __attribute__((objc_direct)); // expected-error {{methods that im… class
66 - (void)rootExtensionRegular __attribute__((objc_direct)); // expected-error {{methods that ov… method
67 + (void)classRootExtensionRegular __attribute__((objc_direct)); // expected-error {{methods that ov… class
68 - (void)rootCategoryRegular __attribute__((objc_direct)); // expected-error {{methods that ov… method
69 + (void)classRootCategoryRegular __attribute__((objc_direct)); // expected-error {{methods that ov… class
84 __attribute__((objc_direct_members)) function
118 {
121 {
135 - (void)directMismatch1 __attribute__((objc_direct)); // expected-note {{also found}} method
136 - (void)directMismatch2 __attribute__((objc_direct)); // expected-note {{method 'directMismatch2' d… method