Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp755 template <typename T> struct ExplicitInstantiationDeclTemplate { void f() {} }; in f() struct
756 extern template struct __declspec(dllexport) ExplicitInstantiationDeclTemplate<int>;
757 USEMEMFUNC(ExplicitInstantiationDeclTemplate<int>, f);
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp414 template <typename T> struct ExplicitInstantiationDeclTemplate {}; struct
418 extern template struct __declspec(dllexport) ExplicitInstantiationDeclTemplate<int>;