Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp45 ObjCPropertyDecl::OBJC_PR_strong | in getImpliedARCOwnership()
85 attr = ObjCPropertyDecl::OBJC_PR_strong; in checkARCPropertyDecl()
251 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong; in makePropertyAttributesAsWritten()
301 ObjCPropertyDecl::OBJC_PR_strong | in getOwnershipRule()
492 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in HandlePropertyInClassExtension()
610 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()
738 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
745 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
997 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) { in ActOnPropertyImplDecl()
1340 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp127 ObjCPropertyDecl::OBJC_PR_strong)) in TraverseObjCMethodDecl()
HDTransProperties.cpp194 ObjCPropertyDecl::OBJC_PR_strong | in rewriteProperty()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2439 OBJC_PR_strong = 0x400, enumerator
2529 OBJC_PR_unsafe_unretained | OBJC_PR_retain | OBJC_PR_strong | in hasWrittenStorageAttribute()
2557 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()
2564 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclPrinter.cpp1227 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
HDASTDumper.cpp1572 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) in VisitObjCPropertyDecl()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCGNU.cpp253 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong; in PushPropertyAttributes()