Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:here

15       extern int test2_x; // expected-note {{declared with C language linkage here}}
24 extern int test3_b; // expected-note {{previous definition is here}}
34 extern int test4_b; // expected-note {{declared with C language linkage here}}
41 extern int test5_b; // expected-note {{declared with C language linkage here}}
101 int lookup_in_global_f; // expected-note {{here}}
107 void lookup_in_global_g(int); // expected-note {{here}}
113 extern "C" int different_kind_1; // expected-note {{here}}
114 extern "C" void different_kind_2(); // expected-note {{here}}
158 int global_var_vs_extern_c_fn_1; // expected-note {{here}}
161 extern "C" void global_var_vs_extern_c_fn_2(); // expected-note {{here}}
164 int global_var_vs_extern_c_var_1; // expected-note {{here}}
167 extern "C" double global_var_vs_extern_c_var_2; // expected-note {{here}}