Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:friend3

329   friend __declspec(dllimport) void friend3(); // expected-note{{previous declaration is here}}
339 // expected-warning@+4{{'friend3' redeclared without 'dllimport' attribute: 'dllexport' attribute added}}
341 // expected-warning@+2{{'friend3' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
343 void friend3() {}