Searched refs:ExplicitInstantiationDeclImportedDefTemplate (Results 1 – 1 of 1) sorted by relevance
837 …late <typename T> struct ExplicitInstantiationDeclImportedDefTemplate { void f() {} ExplicitInstan… in f() function838 extern template struct ExplicitInstantiationDeclImportedDefTemplate<int>;839 template struct __declspec(dllimport) ExplicitInstantiationDeclImportedDefTemplate<int>; variable840 USECLASS(ExplicitInstantiationDeclImportedDefTemplate<int>);841 USEMEMFUNC(ExplicitInstantiationDeclImportedDefTemplate<int>, f);