Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp1580 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() argument
1581 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
H A Ddllexport.cpp462 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() struct
463 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp910 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct
912 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
H A Ddllexport.cpp973 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct
975 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable