Searched refs:ExplicitInstantiationDeclTemplateBase (Results 1 – 4 of 4) sorted by relevance
1005 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct1006 extern template struct ExplicitInstantiationDeclTemplateBase<int>;1007 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…1008 template struct ExplicitInstantiationDeclTemplateBase<int>; variable1009 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase<int>, func)
1068 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct1069 extern template struct ExplicitInstantiationDeclTemplateBase<int>;1070 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…1071 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
521 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument522 extern template struct ExplicitInstantiationDeclTemplateBase<int>;523 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
1609 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct1610 extern template struct ExplicitInstantiationDeclTemplateBase<int>;1611 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…