Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport.cpp837 template <typename T> struct ExplicitInstantiationDeclImportedDefTemplate { void f() {} ExplicitIns… in f() struct
839 template struct __declspec(dllimport) ExplicitInstantiationDeclImportedDefTemplate<int>; variable