Home | History | Annotate | Download | only in Sema

Lines Matching full:isfriend

1590 /// \param IsFriend Whether to apply the slightly different rules for
1605 ArrayRef<TemplateParameterList *> ParamLists, bool IsFriend,
1816 if (!IsFriend) {
1837 if (IsFriend && T->isDependentType()) {
6469 bool isFriend = (FD->getFriendObjectKind() != Decl::FOK_None);
6472 if (!isFriend &&
6486 if (!isFriend &&
6497 if (!isFriend) {