Searched refs:ExplicitInstantiationDeclImportedDefTemplate (Results 1 – 1 of 1) sorted by relevance
789 …late <typename T> struct ExplicitInstantiationDeclImportedDefTemplate { void f() {} ExplicitInstan… in f() argument790 extern template struct ExplicitInstantiationDeclImportedDefTemplate<int>;791 template struct __declspec(dllimport) ExplicitInstantiationDeclImportedDefTemplate<int>; variable792 USECLASS(ExplicitInstantiationDeclImportedDefTemplate<int>);793 USEMEMFUNC(ExplicitInstantiationDeclImportedDefTemplate<int>, f);