Home
last modified time | relevance | path

Searched refs:kind_assign (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h26 kind_assign = 0x04, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp55 if (attrs & ObjCPropertyAttribute::kind_assign && in getImpliedARCOwnership()
155 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |
165 if (result & (ObjCPropertyAttribute::kind_assign | in getOwnershipRule()
167 result |= ObjCPropertyAttribute::kind_assign | in getOwnershipRule()
282 if (Attributes & ObjCPropertyAttribute::kind_assign) in makePropertyAttributesAsWritten()
283 attributesAsWritten |= ObjCPropertyAttribute::kind_assign; in makePropertyAttributesAsWritten()
564 if (Attributes & (ObjCPropertyAttribute::kind_assign | in CreatePropertyDecl()
577 !(Attributes & ObjCPropertyAttribute::kind_assign)) { in CreatePropertyDecl()
663 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()
673 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()
[all …]
H A DSemaCodeComplete.cpp7484 (ObjCPropertyAttribute::kind_assign | in ObjCPropertyFlagConflicts()
7489 AssignCopyRetMask != ObjCPropertyAttribute::kind_assign && in ObjCPropertyFlagConflicts()
7515 ObjCPropertyAttribute::kind_assign)) in CodeCompleteObjCPropertyFlags()
H A DSemaChecking.cpp13430 if (Attributes & ObjCPropertyAttribute::kind_assign) { in checkUnsafeExprAssigns()
13435 if (!(AsWrittenAttr & ObjCPropertyAttribute::kind_assign) && in checkUnsafeExprAssigns()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp276 if (Attrs & ObjCPropertyAttribute::kind_assign) in checkAllAtProps()
304 (ObjCPropertyAttribute::kind_assign | in checkAllProps()
H A DTransProperties.cpp185 if (propAttrs & ObjCPropertyAttribute::kind_assign) { in rewriteProperty()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1488 RenderAttribute(ObjCPropertyAttribute::kind_assign, "assign"); in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1624 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1199 attributeOnlyIfTrue("assign", Attrs & ObjCPropertyAttribute::kind_assign); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2812 if (Attrs & ObjCPropertyAttribute::kind_assign) in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp920 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8066 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in AddObjCClassProperty()