Searched refs:funcTmplFriend3 (Results 1 – 3 of 3) sorted by relevance
473 template<typename T> friend __declspec(dllimport) void funcTmplFriend3();478 template<typename T> void funcTmplFriend3() {} // dllimport ignored in funcTmplFriend3() function482 USE(funcTmplFriend3<ImplicitInst_NotImported>)
290 …template<typename T> friend void funcTmplFriend3(); // expected-note{{previo…295 template<typename T> __declspec(dllexport) void funcTmplFriend3() {} // expected-error{{redeclarati… in funcTmplFriend3() function
454 …template<typename T> friend __declspec(dllimport) void funcTmplFriend3(); // expected-note{{previo…465 template<typename T> void funcTmplFriend3() {} // expected-warning{{'funcTmpl… in funcTmplFriend3() function