Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllimport.cpp1545 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() argument
1546 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
H A Ddllexport.cpp464 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() argument
465 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp911 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct
912 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
H A Ddllexport.cpp974 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct
975 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable