Lines Matching refs:ExplicitInstantiationDeclTemplate
394 template <typename T> struct ExplicitInstantiationDeclTemplate {};395 extern template struct __declspec(dllexport) ExplicitInstantiationDeclTemplate<int>; // expected-warning{{explicit instantiation declaration should not be 'dllexport'}} expected-note{{attribute is here}}