Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:redecl3

241 // NB: MSVC issues a warning and makes redecl2/redecl3 dllexport. We follow GCC
246 __declspec(dllimport) void redecl3(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
247 void redecl3() {} // expected-warning{{'redecl3' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}