Lines Matching defs:isFriend
1749 bool isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
1775 if (!isFriend && getPreviousDeclForInstantiation(Pattern)) {
1789 if (isFriend) {
1837 if (isFriend) {
1885 if (isFriend) {
2050 bool isFriend = (InstTemplate->getFriendObjectKind() != Decl::FOK_None);
2055 !(isFriend && !D->getTemplatedDecl()->isThisDeclarationADefinition()))
2059 if (!isFriend) {
2200 bool isFriend;
2202 isFriend = (FunctionTemplate->getFriendObjectKind() != Decl::FOK_None);
2204 isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
2209 if (isFriend) {
2283 } else if (isFriend && QualifierLoc) {
2330 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) {
2372 if (isFriend && D->isThisDeclarationADefinition()) {
2386 if (isFriend && D->isThisDeclarationADefinition()) {
2391 } else if (!isFriend) {
2399 if (isFriend) {
2419 assert(isFriend && "dependent specialization info on "
2482 if (isFriend && !QualifierLoc) {
2528 if (isFriend && TemplateParams && FunctionTemplate->getPreviousDecl()) {
2541 if (isFriend && D->isThisDeclarationADefinition() && Function->isUsed(false)) {
2565 if (isFriend ||
2595 bool isFriend;
2597 isFriend = (FunctionTemplate->getFriendObjectKind() != Decl::FOK_None);
2599 isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
2612 if (isFriend && (NumTempParamLists = D->getNumTemplateParameterLists())) {
2688 if (isFriend) {
2773 if (isFriend) {
2786 } else if (!isFriend && FunctionRewriteKind == RewriteKind::None) {
2794 if (isFriend) {
2864 } else if (!FunctionTemplate || TemplateParams || isFriend) {
2918 if (isFriend && Method->getPreviousDecl())
2939 if (IsExplicitSpecialization && !isFriend)
2967 } else if (isFriend) {