Home
last modified time | relevance | path

Searched refs:kind_retain (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp44 (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong | in getImpliedARCOwnership()
155 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |
284 if (Attributes & ObjCPropertyAttribute::kind_retain) in makePropertyAttributesAsWritten()
285 attributesAsWritten |= ObjCPropertyAttribute::kind_retain; in makePropertyAttributesAsWritten()
647 if (Attributes & ObjCPropertyAttribute::kind_retain) in CreatePropertyDecl()
648 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in CreatePropertyDecl()
892 (Attr & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
906 ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
908 Diag(OriginalAttributes & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
1636 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
[all …]
H A DSemaCodeComplete.cpp7486 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_retain | in ObjCPropertyFlagConflicts()
7492 AssignCopyRetMask != ObjCPropertyAttribute::kind_retain && in ObjCPropertyFlagConflicts()
7524 ObjCPropertyAttribute::kind_retain)) in CodeCompleteObjCPropertyFlags()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h28 kind_retain = 0x10, enumerator
H A DDeclObjC.h848 return (PropertyAttributes & (ObjCPropertyAttribute::kind_retain | in isRetaining()
875 if (PropertyAttributes & ObjCPropertyAttribute::kind_retain) in getSetterKind()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp122 if (AttrKind & (ObjCPropertyAttribute::kind_retain | in TraverseObjCMethodDecl()
H A DTransProperties.cpp178 if (propAttrs & ObjCPropertyAttribute::kind_retain) { in rewriteProperty()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1489 RenderAttribute(ObjCPropertyAttribute::kind_retain, "retain"); in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1628 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1202 attributeOnlyIfTrue("retain", Attrs & ObjCPropertyAttribute::kind_retain); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2816 if (Attrs & ObjCPropertyAttribute::kind_retain) in VisitObjCPropertyDecl()
H A DASTContext.cpp8345 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp926 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp947 (Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
1007 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp252 attrs &= ~ObjCPropertyAttribute::kind_retain; in PushPropertyAttributes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8068 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in AddObjCClassProperty()