Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp45 ObjCPropertyDecl::OBJC_PR_strong | in getImpliedARCOwnership()
85 attr = ObjCPropertyDecl::OBJC_PR_strong; in checkARCPropertyDecl()
269 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_strong; in makePropertyAttributesAsWritten()
320 ObjCPropertyDecl::OBJC_PR_strong | in getOwnershipRule()
333 if (attr & ObjCPropertyDecl::OBJC_PR_strong) in NameOfOwnershipAttribute()
506 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in HandlePropertyInClassExtension()
623 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in CreatePropertyDecl()
745 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
752 property->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
1010 !(kind & ObjCPropertyDecl::OBJC_PR_strong)) { in ActOnPropertyImplDecl()
[all …]
/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp129 ObjCPropertyDecl::OBJC_PR_strong)) in TraverseObjCMethodDecl()
HDTransProperties.cpp199 ObjCPropertyDecl::OBJC_PR_strong | in rewriteProperty()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2003 OBJC_PR_strong = 0x400, enumerator
2075 OBJC_PR_unsafe_unretained | OBJC_PR_retain | OBJC_PR_strong | in hasWrittenStorageAttribute()
2103 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()
2110 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclPrinter.cpp1119 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()
HDASTDumper.cpp1413 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) in VisitObjCPropertyDecl()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCGNU.cpp255 attrs &= ~ObjCPropertyDecl::OBJC_PR_strong; in PushPropertyAttributes()