Searched defs:ExplicitInstantiationDeclTemplateBase (Results 1 – 4 of 4) sorted by relevance
1005 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument1008 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
1068 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct1071 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
1609 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument
521 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct