Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp905 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct
906 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
H A Ddllexport.cpp967 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func(); }; struct
968 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp1572 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct
1573 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() struct
H A Ddllexport.cpp454 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct
455 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() argument