Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp44 ObjCPropertyDecl::OBJC_PR_strong | in getImpliedARCOwnership()
84 attr = ObjCPropertyDecl::OBJC_PR_strong; in checkARCPropertyDecl()
259 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong; in makePropertyAttributesAsWritten()
309 ObjCPropertyDecl::OBJC_PR_strong | in getOwnershipRule()
491 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in HandlePropertyInClassExtension()
608 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()
730 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
737 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
989 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) { in ActOnPropertyImplDecl()
1328 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
[all …]
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp127 ObjCPropertyDecl::OBJC_PR_strong)) in TraverseObjCMethodDecl()
DTransProperties.cpp194 ObjCPropertyDecl::OBJC_PR_strong | in rewriteProperty()
/external/clang/include/clang/AST/
DDeclObjC.h2189 OBJC_PR_strong = 0x400, enumerator
2263 OBJC_PR_unsafe_unretained | OBJC_PR_retain | OBJC_PR_strong | in hasWrittenStorageAttribute()
2291 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()
2298 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
/external/clang/lib/AST/
DDeclPrinter.cpp1118 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
DASTDumper.cpp1435 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) in VisitObjCPropertyDecl()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp255 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong; in PushPropertyAttributes()