Home
last modified time | relevance | path

Searched refs:funcTmplFriend3 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp473 template<typename T> friend __declspec(dllimport) void funcTmplFriend3();
478 template<typename T> void funcTmplFriend3() {} // dllimport ignored in funcTmplFriend3() function
482 USE(funcTmplFriend3<ImplicitInst_NotImported>)
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp290 …template<typename T> friend void funcTmplFriend3(); // expected-note{{previo…
295 template<typename T> __declspec(dllexport) void funcTmplFriend3() {} // expected-error{{redeclarati… in funcTmplFriend3() function
H A Ddllimport.cpp454 …template<typename T> friend __declspec(dllimport) void funcTmplFriend3(); // expected-note{{previo…
465 template<typename T> void funcTmplFriend3() {} // expected-warning{{'funcTmpl… in funcTmplFriend3() function