Home
last modified time | relevance | path

Searched defs:ExplicitlySpecializedClassTemplate (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp818 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct
819 template <> struct __declspec(dllimport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct
H A Ddllexport.cpp704 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct
705 template <> struct __declspec(dllexport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct