Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:funcTmplFriend4

277   template<typename T> friend                       void funcTmplFriend4(); // expected-note{{previous declaration is here}}
282 template<typename T> __declspec(dllexport) inline void funcTmplFriend4() {} // expected-error{{redeclaration of 'funcTmplFriend4' cannot add 'dllexport' attribute}}