Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp1014 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} }; in func() struct
1017 template struct __declspec(dllexport) ExplicitInstantiationDeclTemplateBase2<int>; variable