Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp45 ObjCPropertyAttribute::kind_copy)) { in getImpliedARCOwnership()
156 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_weak |
290 if (Attributes & ObjCPropertyAttribute::kind_copy) in makePropertyAttributesAsWritten()
291 attributesAsWritten |= ObjCPropertyAttribute::kind_copy; in makePropertyAttributesAsWritten()
656 if (Attributes & ObjCPropertyAttribute::kind_copy) in CreatePropertyDecl()
657 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_copy); in CreatePropertyDecl()
894 ObjCPropertyAttribute::kind_copy | in SelectPropertyForSynthesisFromProtocols()
900 ObjCPropertyAttribute::kind_copy)) { in SelectPropertyForSynthesisFromProtocols()
901 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_copy, "copy"); in SelectPropertyForSynthesisFromProtocols()
1631 if ((CAttr & ObjCPropertyAttribute::kind_copy) != in DiagnosePropertyMismatch()
[all …]
HDSemaCodeComplete.cpp7486 ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::kind_retain | in ObjCPropertyFlagConflicts()
7491 AssignCopyRetMask != ObjCPropertyAttribute::kind_copy && in ObjCPropertyFlagConflicts()
7529 if (!ObjCPropertyFlagConflicts(Attributes, ObjCPropertyAttribute::kind_copy)) in CodeCompleteObjCPropertyFlags()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjCCommon.h29 kind_copy = 0x20, enumerator
HDDeclObjC.h850 ObjCPropertyAttribute::kind_copy)); in isRetaining()
877 if (PropertyAttributes & ObjCPropertyAttribute::kind_copy) in getSetterKind()
/freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp123 ObjCPropertyAttribute::kind_copy | in TraverseObjCMethodDecl()
HDTransProperties.cpp173 (ObjCPropertyAttribute::kind_copy | in rewriteProperty()
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp796 ObjCPropertyAttribute::kind_copy)); in RewritePropertyImplDecl()
856 ObjCPropertyAttribute::kind_copy); in RewritePropertyImplDecl()
879 if (Attributes & ObjCPropertyAttribute::kind_copy) in RewritePropertyImplDecl()
HDRewriteModernObjC.cpp948 ObjCPropertyAttribute::kind_copy)); in RewritePropertyImplDecl()
1008 ObjCPropertyAttribute::kind_copy); in RewritePropertyImplDecl()
1031 if (Attributes & ObjCPropertyAttribute::kind_copy) in RewritePropertyImplDecl()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp1637 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) { in VisitObjCPropertyDecl()
HDJSONNodeDumper.cpp1203 attributeOnlyIfTrue("copy", Attrs & ObjCPropertyAttribute::kind_copy); in VisitObjCPropertyDecl()
HDTextNodeDumper.cpp2818 if (Attrs & ObjCPropertyAttribute::kind_copy) in VisitObjCPropertyDecl()
HDASTContext.cpp8343 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) in getObjCEncodingForPropertyDecl()
/freebsd-head/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp1491 RenderAttribute(ObjCPropertyAttribute::kind_copy, "copy"); in getFragmentsForObjCProperty()
/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp930 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_copy); in ParseObjCPropertyAttribute()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp251 attrs &= ~ObjCPropertyAttribute::kind_copy; in PushPropertyAttributes()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp8070 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_copy); in AddObjCClassProperty()