Lines Matching defs:isFriend

1650   bool isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
1676 if (!isFriend && getPreviousDeclForInstantiation(Pattern)) {
1690 if (isFriend) {
1738 if (isFriend) {
1786 if (isFriend) {
1951 bool isFriend = (InstTemplate->getFriendObjectKind() != Decl::FOK_None);
1956 !(isFriend && !D->getTemplatedDecl()->isThisDeclarationADefinition()))
1960 if (!isFriend) {
2113 bool isFriend;
2115 isFriend = (FunctionTemplate->getFriendObjectKind() != Decl::FOK_None);
2117 isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
2173 } else if (isFriend && QualifierLoc) {
2218 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) {
2260 if (isFriend && D->isThisDeclarationADefinition()) {
2274 if (isFriend && D->isThisDeclarationADefinition()) {
2279 } else if (!isFriend) {
2287 if (isFriend) {
2307 assert(isFriend && "dependent specialization info on "
2370 if (isFriend && !QualifierLoc) {
2416 if (isFriend && TemplateParams && FunctionTemplate->getPreviousDecl()) {
2429 if (isFriend && D->isThisDeclarationADefinition() && Function->isUsed(false)) {
2453 if (isFriend ||
2483 bool isFriend;
2485 isFriend = (FunctionTemplate->getFriendObjectKind() != Decl::FOK_None);
2487 isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
2500 if (isFriend && (NumTempParamLists = D->getNumTemplateParameterLists())) {
2577 if (isFriend) {
2662 if (isFriend) {
2675 } else if (!isFriend && FunctionRewriteKind == RewriteKind::None) {
2683 if (isFriend) {
2753 } else if (!FunctionTemplate || TemplateParams || isFriend) {
2807 if (isFriend && Method->getPreviousDecl())
2828 if (IsExplicitSpecialization && !isFriend)
2856 } else if (isFriend) {