Searched refs:AttrT (Results 1 – 1 of 1) sorted by relevance
366 if (const AttributedType *AttrT = T->getAs<AttributedType>()) { in isGCOwnedNonObjC() local367 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership) in isGCOwnedNonObjC()368 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()