Home
last modified time | relevance | path

Searched defs:ExplicitInstantiationDeclExportedTemplate (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp760 template <typename T> struct __declspec(dllexport) ExplicitInstantiationDeclExportedTemplate { void… in f() argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp420 template <typename T> struct __declspec(dllexport) ExplicitInstantiationDeclExportedTemplate {}; struct