Lines Matching full:since
12 export struct S; // expected-error {{cannot export redeclaration 'S' here since the previous dec…
20 export struct X; // expected-error {{cannot export redeclaration 'X' here since the previous declar…
23 export struct Z; // expected-error {{cannot export redeclaration 'Z' here since the previous declar…
32 export struct B {}; // expected-error {{cannot export redeclaration 'B' here since the previous dec…
33 export struct C; // expected-error {{cannot export redeclaration 'C' here since the previous dec…
40 struct TemplS {}; // expected-error {{cannot export redeclaration 'TemplS' here since the previous …
46 struct TemplS2 {}; // expected-error {{cannot export redeclaration 'TemplS2' here since the previou…
49 export void baz(); // expected-error {{cannot export redeclaration 'baz' here since the previous de…
54 export void bar(); // expected-error {{cannot export redeclaration 'bar' here since the previous de…
64 // The compiler couldn't export A::f1() here since A::f1() is declared above without exported.
66 export void A::f1(); // expected-error {{cannot export redeclaration 'f1' here since the previous d…
72 void TemplFunc() { // expected-error {{cannot export redeclaration 'TemplFunc' here since the previ… in TemplFunc()
79 void TemplFunc2() {} // expected-error {{cannot export redeclaration 'TemplFunc2' here since the pr… in TemplFunc2()
85 void A::TemplFunc3() {} // expected-error {{cannot export redeclaration 'TemplFunc3' here since the… in TemplFunc3()
88 export int var; // expected-error {{cannot export redeclaration 'var' here since the previous decla…
93 T TemplVar; // expected-error {{cannot export redeclaration 'TemplVar' here since the previous decl…