Searched refs:funcTmplFriend3 (Results 1 – 3 of 3) sorted by relevance
435 template<typename T> friend __declspec(dllimport) void funcTmplFriend3();440 template<typename T> void funcTmplFriend3() {} // dllimport ignored in funcTmplFriend3() function444 USE(funcTmplFriend3<ImplicitInst_NotImported>)
276 …template<typename T> friend void funcTmplFriend3(); // expected-note{{previo…281 template<typename T> __declspec(dllexport) void funcTmplFriend3() {} // expected-error{{redeclarati… in funcTmplFriend3() function
365 …template<typename T> friend __declspec(dllimport) void funcTmplFriend3(); // expected-note{{previo…374 template<typename T> void funcTmplFriend3() {} // expected-warning{{'funcTmpl… in funcTmplFriend3() function