Home | History | Annotate | Download | only in Sema

Lines Matching refs:isFriend

885   bool isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
911 if (!isFriend && getPreviousDeclForInstantiation(Pattern)) {
925 if (isFriend) {
966 if (isFriend && Pattern->getIdentifier() &&
1018 if (isFriend) {
1038 if (isFriend) {
1203 bool isFriend = (InstTemplate->getFriendObjectKind() != Decl::FOK_None);
1208 !(isFriend && !D->getTemplatedDecl()->isThisDeclarationADefinition()))
1212 if (!isFriend) {
1328 bool isFriend;
1330 isFriend = (FunctionTemplate->getFriendObjectKind() != Decl::FOK_None);
1332 isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
1361 } else if (isFriend && QualifierLoc) {
1389 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) {
1426 if (isFriend && D->isThisDeclarationADefinition()) {
1440 } else if (isFriend) {
1463 assert(isFriend && "non-friend has dependent specialization info?");
1515 if (isFriend) {
1605 bool isFriend;
1607 isFriend = (FunctionTemplate->getFriendObjectKind() != Decl::FOK_None);
1609 isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
1619 if (isFriend && (NumTempParamLists = D->getNumTemplateParameterLists())) {
1645 if (isFriend) {
1748 if (isFriend) {
1762 } else if (!isFriend) {
1770 if (isFriend) {
1792 if (!FunctionTemplate || TemplateParams || isFriend) {
1812 if (isFriend && Method->getPreviousDecl())
1836 } else if (isFriend) {