Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp767 …late <typename T> struct ExplicitInstantiationDeclImportedDefTemplate { void f() {} ExplicitInstan… in f() struct
768 extern template struct ExplicitInstantiationDeclImportedDefTemplate<int>;
769 template struct __declspec(dllimport) ExplicitInstantiationDeclImportedDefTemplate<int>; variable
770 USECLASS(ExplicitInstantiationDeclImportedDefTemplate<int>);
771 USEMEMFUNC(ExplicitInstantiationDeclImportedDefTemplate<int>, f);