Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp789 template <typename T> struct ExplicitInstantiationDeclImportedDefTemplate { void f() {} ExplicitIns… in f() argument
791 template struct __declspec(dllimport) ExplicitInstantiationDeclImportedDefTemplate<int>; variable