Home
last modified time | relevance | path

Searched refs:AttrT (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransforms.cpp365 if (const AttributedType *AttrT = T->getAs<AttributedType>()) { in isGCOwnedNonObjC() local
366 if (AttrT->getAttrKind() == AttributedType::attr_objc_ownership) in isGCOwnedNonObjC()
367 return !AttrT->getModifiedType()->isObjCRetainableType(); in isGCOwnedNonObjC()