Lines Matching refs:here

5 … __attribute__((deprecated)); // expected-note 2 {{'X' has been explicitly marked deprecated here}}
7 … __attribute__((deprecated)); // expected-note 2 {{'F' has been explicitly marked deprecated here}}
8 … __attribute__((deprecated)); // expected-note 5 {{'f' has been explicitly marked deprecated here}}
46 …)p __attribute__((deprecated)); // expected-note {{'p' has been explicitly marked deprecated here}}
75 …ribute__ ((deprecated)); // expected-note 2 {{'FooBar' has been explicitly marked deprecated here}}
87 …terface DEPRECATED { // expected-note 2 {{'DEPRECATED' has been explicitly marked deprecated here}}
111 …roperty 'test2' is declared deprecated here}} expected-note 3 {{'test2' has been explicitly marked…
112 // expected-note {{'setTest2:' has been explicitly marked deprecated here}}
130 …ttribute((deprecated)); // expected-note 2 {{'footype' has been explicitly marked deprecated here}}
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}} \
199 expected-note {{property 'object' is declared deprecated here}} \
200 expected-note {{'setObject:' has been explicitly marked deprecated here}} \
201 expected-note {{property declared 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}}