Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp945 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct
946 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
947 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
948 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
949 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase<int>, func)
Ddllexport.cpp959 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct
960 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
961 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
962 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
/external/clang/test/SemaCXX/
Ddllexport.cpp482 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument
483 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
484 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…
Ddllimport.cpp1472 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument
1473 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
1474 …DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<in…