Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp945 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct
948 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
H A Ddllexport.cpp959 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument
962 template struct ExplicitInstantiationDeclTemplateBase<int>; variable
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllimport.cpp1472 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() argument
H A Ddllexport.cpp482 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} }; in func() struct