Lines Matching refs:OwnershipAttr
1464 OwnershipAttr::OwnershipKind K = in handleOwnershipAttr()
1465 OwnershipAttr(S.Context, AL, nullptr, nullptr, 0).getOwnKind(); in handleOwnershipAttr()
1469 case OwnershipAttr::Takes: in handleOwnershipAttr()
1470 case OwnershipAttr::Holds: in handleOwnershipAttr()
1476 case OwnershipAttr::Returns: in handleOwnershipAttr()
1502 case OwnershipAttr::Takes: in handleOwnershipAttr()
1503 case OwnershipAttr::Holds: in handleOwnershipAttr()
1507 case OwnershipAttr::Returns: in handleOwnershipAttr()
1519 for (const auto *I : D->specific_attrs<OwnershipAttr>()) { in handleOwnershipAttr()
1528 } else if (K == OwnershipAttr::Returns && in handleOwnershipAttr()
1529 I->getOwnKind() == OwnershipAttr::Returns) { in handleOwnershipAttr()
1549 OwnershipAttr(S.Context, AL, Module, Start, Size)); in handleOwnershipAttr()