Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp857 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct
858 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
H A Ddllexport.cpp870 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func(); }; struct
871 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllimport.cpp1435 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() argument
1436 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() argument
H A Ddllexport.cpp421 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct
422 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() argument