Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp789 …late <typename T> struct ExplicitInstantiationDeclImportedDefTemplate { void f() {} ExplicitInstan… in f() argument
790 extern template struct ExplicitInstantiationDeclImportedDefTemplate<int>;
791 template struct __declspec(dllimport) ExplicitInstantiationDeclImportedDefTemplate<int>; variable
792 USECLASS(ExplicitInstantiationDeclImportedDefTemplate<int>);
793 USEMEMFUNC(ExplicitInstantiationDeclImportedDefTemplate<int>, f);