Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp953 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} }; in func() argument
956 template struct __declspec(dllexport) ExplicitInstantiationDeclTemplateBase2<int>; variable