Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp902 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() argument
903 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func(); }; struct
H A Ddllexport.cpp964 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() argument
965 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func(); }; struct
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp1570 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() argument
1571 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func() {} … in func() struct
H A Ddllexport.cpp452 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() argument
453 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func() {} … in func() argument