Home
last modified time | relevance | path

Searched refs:ExplicitInstantiationDeclTemplateBase (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp1005 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct
1006 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
1007 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
1008 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
1009 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase<int>, func)
H A Ddllexport.cpp1068 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct
1069 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
1070 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
1071 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
/llvm-project/clang/test/SemaCXX/
H A Ddllexport.cpp521 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument
522 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
523 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
H A Ddllimport.cpp1609 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct
1610 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
1611 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…