Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp844 …lspec(dllimport) ExplicitInstantiationDeclExportedDefImportedTemplate { void f() {} ExplicitInstan… in ExplicitInstantiationDeclExportedDefImportedTemplate() argument
845 extern template struct __declspec(dllimport) ExplicitInstantiationDeclExportedDefImportedTemplate <…
846 template struct __declspec(dllexport) ExplicitInstantiationDeclExportedDefImportedTemplate<int>; variable
847 USECLASS(ExplicitInstantiationDeclExportedDefImportedTemplate<int>);
848 USEMEMFUNC(ExplicitInstantiationDeclExportedDefImportedTemplate<int>, f);