Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp900 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct
901 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() struct
H A Ddllexport.cpp961 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() argument
962 template <> struct ExplicitlySpecializedTemplate<int> { void func(); }; struct
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp1565 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct
1569 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() struct
H A Ddllexport.cpp447 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct
451 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() argument