Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp798 …lspec(dllimport) ExplicitInstantiationDeclExportedDefImportedTemplate { void f() {} ExplicitInstan… in ExplicitInstantiationDeclExportedDefImportedTemplate() argument
799 extern template struct __declspec(dllimport) ExplicitInstantiationDeclExportedDefImportedTemplate <…
800 template struct __declspec(dllexport) ExplicitInstantiationDeclExportedDefImportedTemplate<int>; variable
801 USECLASS(ExplicitInstantiationDeclExportedDefImportedTemplate<int>);
802 USEMEMFUNC(ExplicitInstantiationDeclExportedDefImportedTemplate<int>, f);