Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddllexport.cpp348 template <typename T> struct ExpliciallySpecializedClassTemplate {}; struct
349 template <> struct __declspec(dllexport) ExpliciallySpecializedClassTemplate<int> { void f() {} }; in f() struct
Ddllimport.cpp1259 template <typename T> struct ExpliciallySpecializedClassTemplate {}; struct
1260 template <> struct __declspec(dllimport) ExpliciallySpecializedClassTemplate<int> { void f() {} }; in f() struct