Home
last modified time | relevance | path

Searched refs:kind_strong (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp44 (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong | in getImpliedARCOwnership()
84 attr = ObjCPropertyAttribute::kind_strong; in checkPropertyDeclWithOwnership()
141 return ObjCPropertyAttribute::kind_strong; in deducePropertyOwnershipFromType()
157 ObjCPropertyAttribute::kind_strong |
286 if (Attributes & ObjCPropertyAttribute::kind_strong) in makePropertyAttributesAsWritten()
287 attributesAsWritten |= ObjCPropertyAttribute::kind_strong; in makePropertyAttributesAsWritten()
650 if (Attributes & ObjCPropertyAttribute::kind_strong) in CreatePropertyDecl()
651 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CreatePropertyDecl()
795 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
802 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
[all …]
HDSemaCodeComplete.cpp7487 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak); in ObjCPropertyFlagConflicts()
7493 AssignCopyRetMask != ObjCPropertyAttribute::kind_strong && in ObjCPropertyFlagConflicts()
7527 ObjCPropertyAttribute::kind_strong)) in CodeCompleteObjCPropertyFlags()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjCCommon.h34 kind_strong = 0x400, enumerator
HDDeclObjC.h849 ObjCPropertyAttribute::kind_strong | in isRetaining()
873 if (PropertyAttributes & ObjCPropertyAttribute::kind_strong) in getSetterKind()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp124 ObjCPropertyAttribute::kind_strong)) in TraverseObjCMethodDecl()
HDTransProperties.cpp175 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak)) in rewriteProperty()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp1633 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_strong) { in VisitObjCPropertyDecl()
HDJSONNodeDumper.cpp1208 attributeOnlyIfTrue("strong", Attrs & ObjCPropertyAttribute::kind_strong); in VisitObjCPropertyDecl()
HDTextNodeDumper.cpp2826 if (Attrs & ObjCPropertyAttribute::kind_strong) in VisitObjCPropertyDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp1490 RenderAttribute(ObjCPropertyAttribute::kind_strong, "strong"); in getFragmentsForObjCProperty()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp928 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in ParseObjCPropertyAttribute()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp254 attrs &= ~ObjCPropertyAttribute::kind_strong; in PushPropertyAttributes()