Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp46 } else if (attrs & ObjCPropertyAttribute::kind_weak) { in getImpliedARCOwnership()
85 attr = ObjCPropertyAttribute::kind_weak; in checkPropertyDeclWithOwnership()
130 return ObjCPropertyAttribute::kind_weak; in deducePropertyOwnershipFromType()
137 return ObjCPropertyAttribute::kind_weak; in deducePropertyOwnershipFromType()
288 if (Attributes & ObjCPropertyAttribute::kind_weak) in makePropertyAttributesAsWritten()
502 ObjCPropertyAttribute::kind_weak) && in HandlePropertyInClassExtension()
668 if (Attributes & ObjCPropertyAttribute::kind_weak) in CreatePropertyDecl()
1232 if (kind & ObjCPropertyAttribute::kind_weak) { in ActOnPropertyImplDecl()
2701 Attributes &= ~ObjCPropertyAttribute::kind_weak; in CheckObjCPropertyAttributes()
2725 Attributes &= ~ObjCPropertyAttribute::kind_weak; in CheckObjCPropertyAttributes()
[all …]
H A DSemaPseudoObject.cpp585 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in isWeakProperty()
H A DSemaCodeComplete.cpp7330 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak); in ObjCPropertyFlagConflicts()
7337 AssignCopyRetMask != ObjCPropertyAttribute::kind_weak) in ObjCPropertyFlagConflicts()
7383 ObjCPropertyAttribute::kind_weak)) in CodeCompleteObjCPropertyFlags()
H A DSemaExprObjC.cpp3381 Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak; in BuildInstanceMessage()
H A DSemaChecking.cpp17012 } else if (Attributes & ObjCPropertyAttribute::kind_weak) { in checkUnsafeExprAssigns()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjCCommon.h33 kind_weak = 0x200, enumerator
H A DDeclObjC.h873 if (PropertyAttributes & ObjCPropertyAttribute::kind_weak) in getSetterKind()
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransProperties.cpp175 ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::kind_weak)) in rewriteProperty()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp815 if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in createObjCPropertyGetter()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp663 RenderAttribute(ObjCPropertyAttribute::kind_weak, "weak"); in getFragmentsForObjCProperty()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp1540 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1110 attributeOnlyIfTrue("weak", Attrs & ObjCPropertyAttribute::kind_weak); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2363 if (Attrs & ObjCPropertyAttribute::kind_weak) in VisitObjCPropertyDecl()
H A DASTContext.cpp7880 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_weak) in getObjCEncodingForPropertyDecl()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp920 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_weak); in ParseObjCPropertyAttribute()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp255 attrs &= ~ObjCPropertyAttribute::kind_weak; in PushPropertyAttributes()