Home | History | Annotate | Download | only in Sema

Lines Matching refs:OA

1907   const OwnershipAttr *OA = dyn_cast<OwnershipAttr>(A);
1917 if (OA && isa<OwnershipAttr>(i))
1918 return OA->getOwnKind() == cast<OwnershipAttr>(i)->getOwnKind();