Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp906 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() struct
907 template struct ExplicitlyInstantiatedTemplate<int>; variable
H A Ddllexport.cpp968 template <typename T> struct ExplicitlyInstantiatedTemplate { void func(); }; struct
970 template struct ExplicitlyInstantiatedTemplate<int>; variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllimport.cpp1538 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() struct
1542 template struct ExplicitlyInstantiatedTemplate<int>; variable
H A Ddllexport.cpp451 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() struct
455 template struct ExplicitlyInstantiatedTemplate<int>; variable