Lines Matching refs:externalFuncTmpl
448 // MSC-DAG: declare dllimport void @"\01??$externalFuncTmpl@UImplicitInst_Imported@@@ns@@YAXXZ"()450 namespace ns { template<typename T> __declspec(dllimport) void externalFuncTmpl(); }451 USE(ns::externalFuncTmpl<ImplicitInst_Imported>)