Home
last modified time | relevance | path

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

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