Lines Matching full:functmplredecl4
353 template<typename T> void funcTmplRedecl4(); // expected-note{{previous declaration is here}}354 template<typename T> __declspec(dllimport) void funcTmplRedecl4(); // expected-error{{redeclaration of 'funcTmplRedecl4' cannot add 'dllimport' attribute}}