HomeSort by relevance Sort by last modified time
    Searched refs:WithFriend (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Modules/Inputs/
cxx-templates-common.h 14 template<typename T> struct WithFriend {
15 friend bool operator!=(const WithFriend &A, const WithFriend &B) { return false; }
cxx-templates-a.h 54 void InstantiateWithFriend(Std::WithFriend<int> wfi) {}
  /external/clang/test/Modules/
cxx-templates.cpp 172 bool testFriendInClassTemplate(Std::WithFriend<int> wfi) {

Completed in 804 milliseconds