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

/external/clang/test/CodeGenCXX/
H A Ddllexport-ms-friend.cpp13 // CHECK-NOT: friend4
20 friend __declspec(dllexport) void friend4() {} function in struct:FuncFriend3::Inner
/external/clang/test/SemaCXX/
H A Ddllexport.cpp216 friend void friend4(); // expected-note{{previous declaration is here}}
221 __declspec(dllexport) inline void friend4() {} // expected-warning{{redeclaration of 'friend4' should not add 'dllexport' attribute}} function

Completed in 181 milliseconds