Home | History | Annotate | Download | only in Sema

Lines Matching full:here

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}}
124 typedef int test23_ty __attribute((deprecated)); // expected-note {{previous definition is here}}
125 typedef int test23_ty; // expected-note {{'test23_ty' declared here}} expected-warning {{redefinition of typedef 'test23_ty' is a C11 feature}}