Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:functmplredecl4

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