Searched refs:ExpliciallySpecializedClassTemplate (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Ddllexport.cpp344 template <typename T> struct ExpliciallySpecializedClassTemplate {}; struct
345 template <> struct __declspec(dllexport) ExpliciallySpecializedClassTemplate<int> { void f() {} };
H A Ddllimport.cpp1253 template <typename T> struct ExpliciallySpecializedClassTemplate {}; struct
1254 template <> struct __declspec(dllimport) ExpliciallySpecializedClassTemplate<int> { void f() {} };

Completed in 58 milliseconds