Searched refs:ExplicitInstantiationDeclTemplateBase2 (Results 1 – 2 of 2) sorted by relevance
894 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} }; in func() argument895 extern template struct ExplicitInstantiationDeclTemplateBase2<int>;896 …rivedFromExplicitInstantiationDeclTemplateBase2 : public ExplicitInstantiationDeclTemplateBase2<in…897 template struct __declspec(dllimport) ExplicitInstantiationDeclTemplateBase2<int>; variable898 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase2<int>, func)
901 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} }; in func() argument902 extern template struct ExplicitInstantiationDeclTemplateBase2<int>;903 …rivedFromExplicitInstantiationDeclTemplateBase2 : public ExplicitInstantiationDeclTemplateBase2<in…904 template struct __declspec(dllexport) ExplicitInstantiationDeclTemplateBase2<int>; variable905 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase2<int>, func)