Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h26 kind_assign = 0x04, enumerator
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp54 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()
289 if (Attributes & ObjCPropertyAttribute::kind_assign) in makePropertyAttributesAsWritten()
290 attributesAsWritten |= ObjCPropertyAttribute::kind_assign; in makePropertyAttributesAsWritten()
586 if (Attributes & (ObjCPropertyAttribute::kind_assign | in CreatePropertyDecl()
599 !(Attributes & ObjCPropertyAttribute::kind_assign)) { in CreatePropertyDecl()
685 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()
695 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()
[all …]
DSemaCodeComplete.cpp6624 (ObjCPropertyAttribute::kind_assign | in ObjCPropertyFlagConflicts()
6629 AssignCopyRetMask != ObjCPropertyAttribute::kind_assign && in ObjCPropertyFlagConflicts()
6654 ObjCPropertyAttribute::kind_assign)) in CodeCompleteObjCPropertyFlags()
DSemaChecking.cpp14998 if (Attributes & ObjCPropertyAttribute::kind_assign) { in checkUnsafeExprAssigns()
15003 if (!(AsWrittenAttr & ObjCPropertyAttribute::kind_assign) && in checkUnsafeExprAssigns()
/external/llvm-project/clang/lib/ARCMigrate/
DTransGCAttrs.cpp276 if (Attrs & ObjCPropertyAttribute::kind_assign) in checkAllAtProps()
304 (ObjCPropertyAttribute::kind_assign | in checkAllProps()
DTransProperties.cpp185 if (propAttrs & ObjCPropertyAttribute::kind_assign) { in rewriteProperty()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1472 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1023 attributeOnlyIfTrue("assign", Attrs & ObjCPropertyAttribute::kind_assign); in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2235 if (Attrs & ObjCPropertyAttribute::kind_assign) in VisitObjCPropertyDecl()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp866 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in ParseObjCPropertyAttribute()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7727 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in AddObjCClassProperty()