Searched refs:ExplicitInstantiationDeclImportedDefTemplate (Results 1 – 1 of 1) sorted by relevance
767 …late <typename T> struct ExplicitInstantiationDeclImportedDefTemplate { void f() {} ExplicitInstan… in f() struct768 extern template struct ExplicitInstantiationDeclImportedDefTemplate<int>;769 template struct __declspec(dllimport) ExplicitInstantiationDeclImportedDefTemplate<int>; variable770 USECLASS(ExplicitInstantiationDeclImportedDefTemplate<int>);771 USEMEMFUNC(ExplicitInstantiationDeclImportedDefTemplate<int>, f);