Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp45 ObjCPropertyDecl::OBJC_PR_strong | in getImpliedARCOwnership()
85 attr = ObjCPropertyDecl::OBJC_PR_strong; in checkARCPropertyDecl()
260 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong; in makePropertyAttributesAsWritten()
310 ObjCPropertyDecl::OBJC_PR_strong | in getOwnershipRule()
494 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in HandlePropertyInClassExtension()
611 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()
733 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
740 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
992 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) { in ActOnPropertyImplDecl()
1331 (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.h2205 OBJC_PR_strong = 0x400, enumerator
2279 OBJC_PR_unsafe_unretained | OBJC_PR_retain | OBJC_PR_strong | in hasWrittenStorageAttribute()
2307 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()
2314 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
/external/clang/lib/AST/
DDeclPrinter.cpp1141 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
DASTDumper.cpp1528 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) in VisitObjCPropertyDecl()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp258 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong; in PushPropertyAttributes()