Searched refs:ExplicitInstantiationDeclTemplateBase2 (Results 1 – 1 of 1) sorted by relevance
1014 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} }; in func() struct1015 extern template struct ExplicitInstantiationDeclTemplateBase2<int>;1016 …rivedFromExplicitInstantiationDeclTemplateBase2 : public ExplicitInstantiationDeclTemplateBase2<in…1017 template struct __declspec(dllexport) ExplicitInstantiationDeclTemplateBase2<int>; variable1018 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase2<int>, func)