Home
last modified time | relevance | path

Searched defs:PartiallySpecializedClassTemplate (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp1520 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
1521 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… in f() struct
H A Ddllexport.cpp359 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
360 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… in f() struct
/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp811 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
812 template <typename T> struct __declspec(dllimport) PartiallySpecializedClassTemplate<T*> { void f()… struct
H A Ddllexport.cpp696 template <typename T> struct PartiallySpecializedClassTemplate {}; struct
697 template <typename T> struct __declspec(dllexport) PartiallySpecializedClassTemplate<T*> { void f()… struct