Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:linkage

15       extern int test2_x; // expected-note {{declared with C language linkage here}}
19 float test2_x; // expected-error {{declaration of 'test2_x' in global scope conflicts with declaration with C language linkage}}
34 extern int test4_b; // expected-note {{declared with C language linkage here}}
37 static float test4_b; // expected-error {{declaration of 'test4_b' in global scope conflicts with declaration with C language linkage}}
41 extern int test5_b; // expected-note {{declared with C language linkage here}}
45 static float test5_b; // expected-error {{declaration of 'test5_b' in global scope conflicts with declaration with C language linkage}}
60 namespace linkage {
76 void linkage_from_outer_1(); // expected-error {{different language linkage}}
77 void linkage_from_outer_2(); // expected-error {{different language linkage}}
110 int lookup_in_global_g; // expected-error {{conflicts with declaration with C language linkage}}
163 int global_var_vs_extern_c_fn_2; // expected-error {{conflicts with declaration with C language linkage}}
169 int global_var_vs_extern_c_var_2; // expected-error {{conflicts with declaration with C language linkage}}