Home
last modified time | relevance | path

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

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