Lines Matching refs:ExplicitInstantiationDeclTemplateBase
1339 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} };
1340 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
1341 struct __declspec(dllimport) DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<int> {};