Lines Matching refs:funcTmplFriend2
426 // MSC-DAG: declare void @"\01??$funcTmplFriend2@UImplicitInst_NotImported@@@@YAXXZ"()434 template<typename T> friend __declspec(dllimport) void funcTmplFriend2();439 template<typename T> void funcTmplFriend2(); // dllimport ignored443 USE(funcTmplFriend2<ImplicitInst_NotImported>)