Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp908 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() struct
909 template struct ExplicitlyInstantiatedTemplate<int>; variable
H A Ddllexport.cpp970 template <typename T> struct ExplicitlyInstantiatedTemplate { void func(); }; struct
972 template struct ExplicitlyInstantiatedTemplate<int>; variable
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp1575 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() struct
1579 template struct ExplicitlyInstantiatedTemplate<int>; variable
H A Ddllexport.cpp457 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() argument
461 template struct ExplicitlyInstantiatedTemplate<int>; variable