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