Lines Matching refs:funcTmplFriend3
428 // MSC-DAG: define linkonce_odr void @"\01??$funcTmplFriend3@UImplicitInst_NotImported@@@@YAXXZ"()
435 template<typename T> friend __declspec(dllimport) void funcTmplFriend3();
440 template<typename T> void funcTmplFriend3() {} // dllimport ignored
444 USE(funcTmplFriend3<ImplicitInst_NotImported>)