Home | History | Annotate | Download | only in Sema

Lines Matching defs:isFriend

931   bool isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
957 if (!isFriend && getPreviousDeclForInstantiation(Pattern)) {
971 if (isFriend) {
1012 if (isFriend && Pattern->getIdentifier() &&
1064 if (isFriend) {
1084 if (isFriend) {
1250 bool isFriend = (InstTemplate->getFriendObjectKind() != Decl::FOK_None);
1255 !(isFriend && !D->getTemplatedDecl()->isThisDeclarationADefinition()))
1259 if (!isFriend) {
1393 bool isFriend;
1395 isFriend = (FunctionTemplate->getFriendObjectKind() != Decl::FOK_None);
1397 isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
1426 } else if (isFriend && QualifierLoc) {
1454 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) {
1491 if (isFriend && D->isThisDeclarationADefinition()) {
1505 } else if (isFriend) {
1528 assert(isFriend && "non-friend has dependent specialization info?");
1580 if (isFriend) {
1670 bool isFriend;
1672 isFriend = (FunctionTemplate->getFriendObjectKind() != Decl::FOK_None);
1674 isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
1684 if (isFriend && (NumTempParamLists = D->getNumTemplateParameterLists())) {
1710 if (isFriend) {
1813 if (isFriend) {
1827 } else if (!isFriend) {
1835 if (isFriend) {
1857 if (!FunctionTemplate || TemplateParams || isFriend) {
1877 if (isFriend && Method->getPreviousDecl())
1901 } else if (isFriend) {