Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp991 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument
992 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
993 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
994 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
995 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase<int>, func)
H A Ddllexport.cpp1054 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct
1055 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
1056 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
1057 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp515 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct
516 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
517 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
H A Ddllimport.cpp1572 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument
1573 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
1574 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…