Searched defs:funcTmplFriend4 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp375 // MSC-DAG: declare dllimport void @"\01??$funcTmplFriend4@UImplicitInst_Imported@@@@YAXXZ"()
381 template<typename T> friend __declspec(dllimport) inline void funcTmplFriend4();
386 template<typename T> inline void funcTmplFriend4() {} function
390 USE(funcTmplFriend4<ImplicitInst_Imported>)
/external/clang/test/SemaCXX/
H A Ddllexport.cpp260 template<typename T> friend void funcTmplFriend4(); // expected-note{{previous declaration is here}}
265 template<typename T> __declspec(dllexport) inline void funcTmplFriend4() {} // expected-error{{redeclaration of 'funcTmplFriend4' cannot add 'dllexport' attribute}} function

Completed in 92 milliseconds