Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:friend

28   friend void undefinedFriendFunction();
33 friend class NotFullyDefined;
34 friend class NotDefined;
39 friend class FriendClass;
40 friend void friendFunction(HasFriend f);
47 template <typename T> friend class TemplateFriend;
165 friend class B;
170 friend class A;
173 // Undefined friends do not make a mutual friend undefined.
177 friend class E;
178 friend class D;
182 friend class C;
189 friend class H;
193 friend class F;