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