Home | History | Annotate | Download | only in Sema

Lines Matching refs:isFriend

1616 /// \param IsFriend Whether to apply the slightly different rules for
1632 ArrayRef<TemplateParameterList *> ParamLists, bool IsFriend,
1870 if (!IsFriend)
1883 if (IsFriend && T->isDependentType()) {
1920 if (TemplateId && !IsFriend) {
6839 bool isFriend = (FD->getFriendObjectKind() != Decl::FOK_None);
6842 if (!isFriend &&
6856 if (!isFriend &&
6867 if (!isFriend) {