Lines Matching refs:marked

5 …int X __attribute__((deprecated)); // expected-note 2 {{'X' has been explicitly marked deprecated …
7 + (void)F __attribute__((deprecated)); // expected-note 2 {{'F' has been explicitly marked deprecat…
8 - (void)f __attribute__((deprecated)); // expected-note 5 {{'f' has been explicitly marked deprecat…
46 - (void)p __attribute__((deprecated)); // expected-note {{'p' has been explicitly marked deprecated…
75 …ribute__ ((deprecated)); // expected-note 2 {{'FooBar' has been explicitly marked deprecated here}}
87 @interface DEPRECATED { // expected-note 2 {{'DEPRECATED' has been explicitly marked deprecated her…
111 …declared deprecated here}} expected-note 3 {{'test2' has been explicitly marked deprecated here}} \
112 // expected-note {{'setTest2:' has been explicitly marked deprecated here}}
130 } footype __attribute((deprecated)); // expected-note 2 {{'footype' has been explicitly marked depr…
145 …__((deprecated("blah"))); // expected-note 4 {{'DeprI' has been explicitly marked deprecated here}}
198 …recated("deprecated"))); // expected-note {{'object' has been explicitly marked deprecated here}} \
200 expected-note {{'setObject:' has been explicitly marked deprecated here}} \
233 …ated=10.4,message="" ))); // expected-note {{'cString' has been explicitly marked deprecated here}}
288 typedef struct {} S1 __attribute__((unavailable)); // expected-note2{{marked unavailable here}}
289 typedef struct {} S2 __attribute__((deprecated)); // expected-note2{{marked deprecated here}}