Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp46 } else if (attrs & ObjCPropertyAttribute::kind_weak) { in getImpliedARCOwnership()
85 attr = ObjCPropertyAttribute::kind_weak; in checkPropertyDeclWithOwnership()
132 return ObjCPropertyAttribute::kind_weak; in deducePropertyOwnershipFromType()
139 return ObjCPropertyAttribute::kind_weak; in deducePropertyOwnershipFromType()
156 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_weak |
183 FD.D.setObjCWeakProperty((Attributes & ObjCPropertyAttribute::kind_weak) != in ActOnProperty()
295 if (Attributes & ObjCPropertyAttribute::kind_weak) in makePropertyAttributesAsWritten()
296 attributesAsWritten |= ObjCPropertyAttribute::kind_weak; in makePropertyAttributesAsWritten()
507 if ((Attributes & ObjCPropertyAttribute::kind_weak) && in HandlePropertyInClassExtension()
509 ObjCPropertyAttribute::kind_weak) && in HandlePropertyInClassExtension()
[all …]
DSemaPseudoObject.cpp585 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
DSemaCodeComplete.cpp6627 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak); in ObjCPropertyFlagConflicts()
6634 AssignCopyRetMask != ObjCPropertyAttribute::kind_weak) in ObjCPropertyFlagConflicts()
6680 ObjCPropertyAttribute::kind_weak)) in CodeCompleteObjCPropertyFlags()
DSemaExprObjC.cpp3386 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
DSemaChecking.cpp15015 } else if (Attributes & ObjCPropertyAttribute::kind_weak) { in checkUnsafeExprAssigns()
/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h33 kind_weak = 0x200, enumerator
DDeclObjC.h899 if (PropertyAttributes & ObjCPropertyAttribute::kind_weak) in getSetterKind()
/external/llvm-project/clang/lib/ARCMigrate/
DTransProperties.cpp175 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak)) in rewriteProperty()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp769 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1489 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1031 attributeOnlyIfTrue("weak", Attrs & ObjCPropertyAttribute::kind_weak); in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2247 if (Attrs & ObjCPropertyAttribute::kind_weak) in VisitObjCPropertyDecl()
DASTContext.cpp7059 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp882 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_weak); in ParseObjCPropertyAttribute()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp251 attrs &= ~ObjCPropertyAttribute::kind_weak; in PushPropertyAttributes()