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()
86 attr = ObjCPropertyDecl::OBJC_PR_strong; in checkPropertyDeclWithOwnership()
161 ObjCPropertyDecl::OBJC_PR_strong |
295 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong; in makePropertyAttributesAsWritten()
664 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()
797 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
804 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
1124 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) { in ActOnPropertyImplDecl()
1443 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
1446 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
[all …]
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp127 ObjCPropertyDecl::OBJC_PR_strong)) in TraverseObjCMethodDecl()
DTransProperties.cpp176 ObjCPropertyDecl::OBJC_PR_strong | in rewriteProperty()
/external/clang/include/clang/AST/
DDeclObjC.h714 OBJC_PR_strong = 0x400, enumerator
825 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()
843 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
/external/clang/lib/AST/
DDeclPrinter.cpp1283 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
DASTDumper.cpp1692 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) in VisitObjCPropertyDecl()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp263 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong; in PushPropertyAttributes()