Searched refs:WithFriend (Results 1 – 6 of 6) sorted by relevance
14 template<typename T> struct WithFriend { struct15 friend bool operator!=(const WithFriend &A, const WithFriend &B) { return false; }
54 void InstantiateWithFriend(Std::WithFriend<int> wfi) {}
172 bool testFriendInClassTemplate(Std::WithFriend<int> wfi) { in testFriendInClassTemplate()