Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp999 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} }; in func() argument
1000 extern template struct ExplicitInstantiationDeclTemplateBase2<int>;
1001 …rivedFromExplicitInstantiationDeclTemplateBase2 : public ExplicitInstantiationDeclTemplateBase2<in…
1002 template struct __declspec(dllexport) ExplicitInstantiationDeclTemplateBase2<int>; variable
1003 USEMEMFUNC(ExplicitInstantiationDeclTemplateBase2<int>, func)