Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp43 (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong | in getImpliedARCOwnership()
83 attr = ObjCPropertyAttribute::kind_strong; in checkPropertyDeclWithOwnership()
141 return ObjCPropertyAttribute::kind_strong; in deducePropertyOwnershipFromType()
157 ObjCPropertyAttribute::kind_strong |
293 if (Attributes & ObjCPropertyAttribute::kind_strong) in makePropertyAttributesAsWritten()
294 attributesAsWritten |= ObjCPropertyAttribute::kind_strong; in makePropertyAttributesAsWritten()
672 if (Attributes & ObjCPropertyAttribute::kind_strong) in CreatePropertyDecl()
673 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in CreatePropertyDecl()
817 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
824 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in setImpliedPropertyAttributeForReadOnlyProperty()
[all …]
DSemaCodeComplete.cpp6627 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak); in ObjCPropertyFlagConflicts()
6633 AssignCopyRetMask != ObjCPropertyAttribute::kind_strong && in ObjCPropertyFlagConflicts()
6666 ObjCPropertyAttribute::kind_strong)) in CodeCompleteObjCPropertyFlags()
/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h34 kind_strong = 0x400, enumerator
DDeclObjC.h867 ObjCPropertyAttribute::kind_strong | in isRetaining()
893 if (PropertyAttributes & ObjCPropertyAttribute::kind_strong) in getSetterKind()
/external/llvm-project/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp124 ObjCPropertyAttribute::kind_strong)) in TraverseObjCMethodDecl()
DTransProperties.cpp175 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak)) in rewriteProperty()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1481 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_strong) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1032 attributeOnlyIfTrue("strong", Attrs & ObjCPropertyAttribute::kind_strong); in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2249 if (Attrs & ObjCPropertyAttribute::kind_strong) in VisitObjCPropertyDecl()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp874 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_strong); in ParseObjCPropertyAttribute()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp252 attrs &= ~ObjCPropertyAttribute::kind_strong; in PushPropertyAttributes()