Searched refs:ExplicitInstantiationDeclTemplateBase (Results 1 – 4 of 4) sorted by relevance
991 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument992 extern template struct ExplicitInstantiationDeclTemplateBase<int>;993 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…994 template struct ExplicitInstantiationDeclTemplateBase<int>; variable995 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase<int>, func)
1054 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct1055 extern template struct ExplicitInstantiationDeclTemplateBase<int>;1056 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…1057 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
515 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct516 extern template struct ExplicitInstantiationDeclTemplateBase<int>;517 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
1572 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument1573 extern template struct ExplicitInstantiationDeclTemplateBase<int>;1574 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…