Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:funcTmplFriend1

425 // MSC-DAG: declare dllimport   void @"\01??$funcTmplFriend1@UImplicitInst_Imported@@@@YAXXZ"()
434 template<typename T> friend __declspec(dllimport) void funcTmplFriend1();
439 template<typename T> __declspec(dllimport) void funcTmplFriend1();
443 USE(funcTmplFriend1<ImplicitInst_Imported>)