Home | History | Annotate | Download | only in Checkers

Lines Matching full:ownkind

623       OwnershipAttr::OwnershipKind OwnKind = I->getOwnKind();
624 if(OwnKind == OwnershipAttr::Takes || OwnKind == OwnershipAttr::Holds) {
627 } else if (OwnKind == OwnershipAttr::Returns) {