Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp43 (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong | in getImpliedARCOwnership()
155 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |
291 if (Attributes & ObjCPropertyAttribute::kind_retain) in makePropertyAttributesAsWritten()
292 attributesAsWritten |= ObjCPropertyAttribute::kind_retain; in makePropertyAttributesAsWritten()
669 if (Attributes & ObjCPropertyAttribute::kind_retain) in CreatePropertyDecl()
670 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in CreatePropertyDecl()
914 (Attr & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
928 ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
930 Diag(OriginalAttributes & (ObjCPropertyAttribute::kind_retain | in SelectPropertyForSynthesisFromProtocols()
1667 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
[all …]
DSemaCodeComplete.cpp6626 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_retain | in ObjCPropertyFlagConflicts()
6632 AssignCopyRetMask != ObjCPropertyAttribute::kind_retain && in ObjCPropertyFlagConflicts()
6663 ObjCPropertyAttribute::kind_retain)) in CodeCompleteObjCPropertyFlags()
/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h28 kind_retain = 0x10, enumerator
DDeclObjC.h866 return (PropertyAttributes & (ObjCPropertyAttribute::kind_retain | in isRetaining()
895 if (PropertyAttributes & ObjCPropertyAttribute::kind_retain) in getSetterKind()
/external/llvm-project/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp122 if (AttrKind & (ObjCPropertyAttribute::kind_retain | in TraverseObjCMethodDecl()
DTransProperties.cpp178 if (propAttrs & ObjCPropertyAttribute::kind_retain) { in rewriteProperty()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1476 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1026 attributeOnlyIfTrue("retain", Attrs & ObjCPropertyAttribute::kind_retain); in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2239 if (Attrs & ObjCPropertyAttribute::kind_retain) in VisitObjCPropertyDecl()
DASTContext.cpp7057 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_retain) in getObjCEncodingForPropertyDecl()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp795 (Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
855 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
DRewriteModernObjC.cpp947 (Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
1007 bool GenSetProperty = Attributes & (ObjCPropertyAttribute::kind_retain | in RewritePropertyImplDecl()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp872 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in ParseObjCPropertyAttribute()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp250 attrs &= ~ObjCPropertyAttribute::kind_retain; in PushPropertyAttributes()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7729 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain); in AddObjCClassProperty()