Home | History | Annotate | Download | only in Sema

Lines Matching defs:isFriend

1628 /// \param IsFriend Whether to apply the slightly different rules for
1644 ArrayRef<TemplateParameterList *> ParamLists, bool IsFriend,
1882 if (!IsFriend)
1895 if (IsFriend && T->isDependentType()) {
1932 if (TemplateId && !IsFriend) {
6928 bool isFriend = (FD->getFriendObjectKind() != Decl::FOK_None);
6931 if (!isFriend &&
6945 if (!isFriend &&
6956 if (!isFriend) {