Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport-ctor-closure.cpp53 template <typename T> struct __declspec(dllexport) ExportedTemplateWithClosure { struct
54 ExportedTemplateWithClosure(int x = sizeof(T)) {} in ExportedTemplateWithClosure() function
57 template <> ExportedTemplateWithClosure<int>::ExportedTemplateWithClosure(int) {}; in ExportedTemplateWithClosure() function in ExportedTemplateWithClosure