Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp1005 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument
1008 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
H A Ddllexport.cpp1068 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct
1071 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp1609 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument
H A Ddllexport.cpp521 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct