Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp47 } else if (attrs & ObjCPropertyAttribute::kind_weak) { in getImpliedARCOwnership()
86 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 |
181 FD.D.setObjCWeakProperty((Attributes & ObjCPropertyAttribute::kind_weak) != in ActOnProperty()
288 if (Attributes & ObjCPropertyAttribute::kind_weak) in makePropertyAttributesAsWritten()
289 attributesAsWritten |= ObjCPropertyAttribute::kind_weak; in makePropertyAttributesAsWritten()
491 if ((Attributes & ObjCPropertyAttribute::kind_weak) && in HandlePropertyInClassExtension()
493 ObjCPropertyAttribute::kind_weak) && in HandlePropertyInClassExtension()
[all …]
H A DSemaPseudoObject.cpp593 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
H A DSemaCodeComplete.cpp7487 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak); in ObjCPropertyFlagConflicts()
7494 AssignCopyRetMask != ObjCPropertyAttribute::kind_weak) in ObjCPropertyFlagConflicts()
7541 ObjCPropertyAttribute::kind_weak)) in CodeCompleteObjCPropertyFlags()
H A DSemaExprObjC.cpp3393 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
H A DSemaChecking.cpp13447 } else if (Attributes & ObjCPropertyAttribute::kind_weak) { in checkUnsafeExprAssigns()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h33 kind_weak = 0x200, enumerator
H A DDeclObjC.h879 if (PropertyAttributes & ObjCPropertyAttribute::kind_weak) in getSetterKind()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp175 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak)) in rewriteProperty()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1492 RenderAttribute(ObjCPropertyAttribute::kind_weak, "weak"); in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1641 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1207 attributeOnlyIfTrue("weak", Attrs & ObjCPropertyAttribute::kind_weak); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2824 if (Attrs & ObjCPropertyAttribute::kind_weak) in VisitObjCPropertyDecl()
H A DASTContext.cpp8347 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp936 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_weak); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp253 attrs &= ~ObjCPropertyAttribute::kind_weak; in PushPropertyAttributes()