Home
last modified time | relevance | path

Searched refs:ExplicitInstantiationDeclImportedDefTemplate (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp837 …late <typename T> struct ExplicitInstantiationDeclImportedDefTemplate { void f() {} ExplicitInstan… in f() function
838 extern template struct ExplicitInstantiationDeclImportedDefTemplate<int>;
839 template struct __declspec(dllimport) ExplicitInstantiationDeclImportedDefTemplate<int>; variable
840 USECLASS(ExplicitInstantiationDeclImportedDefTemplate<int>);
841 USEMEMFUNC(ExplicitInstantiationDeclImportedDefTemplate<int>, f);