Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp284 if (Attributes & ObjCPropertyAttribute::kind_retain) in makePropertyAttributesAsWritten()
662 if (Attributes & ObjCPropertyAttribute::kind_retain) in CreatePropertyDecl()
907 (Attr & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
2655 ObjCPropertyAttribute::kind_retain | in CheckObjCPropertyAttributes()
2667 ObjCPropertyAttribute::kind_retain | in CheckObjCPropertyAttributes()
2687 if (Attributes & ObjCPropertyAttribute::kind_retain) { in CheckObjCPropertyAttributes()
2690 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
2711 if (Attributes & ObjCPropertyAttribute::kind_retain) { in CheckObjCPropertyAttributes()
2714 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
2731 Attributes &= ~ObjCPropertyAttribute::kind_retain; in CheckObjCPropertyAttributes()
[all …]
H A DSemaCodeComplete.cpp7329 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_retain | in ObjCPropertyFlagConflicts()
7335 AssignCopyRetMask != ObjCPropertyAttribute::kind_retain && in ObjCPropertyFlagConflicts()
7366 ObjCPropertyAttribute::kind_retain)) in CodeCompleteObjCPropertyFlags()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjCCommon.h28 kind_retain = 0x10, enumerator
H A DDeclObjC.h842 return (PropertyAttributes & (ObjCPropertyAttribute::kind_retain | in isRetaining()
869 if (PropertyAttributes & ObjCPropertyAttribute::kind_retain) in getSetterKind()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp660 RenderAttribute(ObjCPropertyAttribute::kind_retain, "retain"); in getFragmentsForObjCProperty()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp1527 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1105 attributeOnlyIfTrue("retain", Attrs & ObjCPropertyAttribute::kind_retain); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2355 if (Attrs & ObjCPropertyAttribute::kind_retain) in VisitObjCPropertyDecl()
H A DASTContext.cpp7878 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl()
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp795 (Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
855 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
H A DRewriteModernObjC.cpp948 (Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
1008 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp910 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in ParseObjCPropertyAttribute()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp254 attrs &= ~ObjCPropertyAttribute::kind_retain; in PushPropertyAttributes()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8032 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in AddObjCClassProperty()