Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjCCommon.h26 kind_assign = 0x04, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp54 if (attrs & ObjCPropertyAttribute::kind_assign && in getImpliedARCOwnership()
153 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |
163 if (result & (ObjCPropertyAttribute::kind_assign | in getOwnershipRule()
165 result |= ObjCPropertyAttribute::kind_assign | in getOwnershipRule()
282 if (Attributes & ObjCPropertyAttribute::kind_assign) in makePropertyAttributesAsWritten()
283 attributesAsWritten |= ObjCPropertyAttribute::kind_assign; in makePropertyAttributesAsWritten()
579 if (Attributes & (ObjCPropertyAttribute::kind_assign | in CreatePropertyDecl()
592 !(Attributes & ObjCPropertyAttribute::kind_assign)) { in CreatePropertyDecl()
678 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()
688 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in CreatePropertyDecl()
[all …]
H A DSemaCodeComplete.cpp6786 (ObjCPropertyAttribute::kind_assign | in ObjCPropertyFlagConflicts()
6791 AssignCopyRetMask != ObjCPropertyAttribute::kind_assign && in ObjCPropertyFlagConflicts()
6816 ObjCPropertyAttribute::kind_assign)) in CodeCompleteObjCPropertyFlags()
H A DSemaChecking.cpp15267 if (Attributes & ObjCPropertyAttribute::kind_assign) { in checkUnsafeExprAssigns()
15272 if (!(AsWrittenAttr & ObjCPropertyAttribute::kind_assign) && in checkUnsafeExprAssigns()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1506 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_assign) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1024 attributeOnlyIfTrue("assign", Attrs & ObjCPropertyAttribute::kind_assign); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2237 if (Attrs & ObjCPropertyAttribute::kind_assign) in VisitObjCPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp870 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_assign); in ParseObjCPropertyAttribute()