Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllimport.cpp1543 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() struct
1544 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
H A Ddllexport.cpp456 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() argument
457 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp908 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct
910 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
H A Ddllexport.cpp971 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct
973 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable