Lines Matching refs:ExplicitInstantiationDeclTemplateBase
482 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} };483 extern template struct ExplicitInstantiationDeclTemplateBase<int>;484 struct __declspec(dllexport) DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<int> {};