Home | History | Annotate | Download | only in Sema

Lines Matching full:declared

3 int f() __attribute__((deprecated)); // expected-note 2 {{declared here}}
5 void g(); // expected-note {{declared here}}
7 extern int var __attribute__((deprecated)); // expected-note {{declared here}}
20 extern int var; // expected-note {{declared here}}
26 int old_fn(); // expected-note {{declared here}}
35 int x __attribute__((deprecated)); // expected-note 3 {{declared here}}
44 typedef struct foo foo_dep __attribute__((deprecated)); // expected-note 12 {{declared here}}
48 invalid_attribute)) bar_dep ; // expected-warning {{unknown attribute 'invalid_attribute' ignored}} expected-note 2 {{declared here}}
105 enum __attribute__((deprecated)) Test20 { // expected-note {{declared here}}
106 test20_a __attribute__((deprecated)), // expected-note {{declared here}}
107 test20_b // expected-note {{declared here}}