Searched refs:ExplicitInstantiationDeclTemplateBase (Results 1 – 4 of 4) sorted by relevance
945 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct946 extern template struct ExplicitInstantiationDeclTemplateBase<int>;947 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…948 template struct ExplicitInstantiationDeclTemplateBase<int>; variable949 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase<int>, func)
959 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct960 extern template struct ExplicitInstantiationDeclTemplateBase<int>;961 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…962 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
482 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument483 extern template struct ExplicitInstantiationDeclTemplateBase<int>;484 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
1472 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument1473 extern template struct ExplicitInstantiationDeclTemplateBase<int>;1474 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…