• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching defs:isFriend

1341   bool isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
1367 if (!isFriend && getPreviousDeclForInstantiation(Pattern)) {
1381 if (isFriend) {
1423 if (isFriend && Pattern->getIdentifier() &&
1474 assert(!(isFriend && Owner->isDependentContext()));
1479 if (isFriend) {
1499 if (isFriend) {
1665 bool isFriend = (InstTemplate->getFriendObjectKind() != Decl::FOK_None);
1670 !(isFriend && !D->getTemplatedDecl()->isThisDeclarationADefinition()))
1674 if (!isFriend) {
1814 bool isFriend;
1816 isFriend = (FunctionTemplate->getFriendObjectKind() != Decl::FOK_None);
1818 isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
1886 } else if (isFriend && QualifierLoc) {
1930 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) {
1969 if (isFriend && D->isThisDeclarationADefinition()) {
1980 } else if (isFriend && D->isThisDeclarationADefinition()) {
1987 if (isFriend)
2004 assert(isFriend && "non-friend has dependent specialization info?");
2070 if (isFriend) {
2160 bool isFriend;
2162 isFriend = (FunctionTemplate->getFriendObjectKind() != Decl::FOK_None);
2164 isFriend = (D->getFriendObjectKind() != Decl::FOK_None);
2174 if (isFriend && (NumTempParamLists = D->getNumTemplateParameterLists())) {
2240 if (isFriend) {
2318 if (isFriend) {
2331 } else if (!isFriend) {
2339 if (isFriend) {
2367 assert(isFriend && "non-friend has dependent specialization info?");
2417 } else if (!FunctionTemplate || TemplateParams || isFriend) {
2437 if (isFriend && Method->getPreviousDecl())
2457 if (IsExplicitSpecialization && !isFriend)
2469 } else if (isFriend) {