Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.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 …]
H A DSemaCodeComplete.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/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h29 kind_copy = 0x20, enumerator
H A DDeclObjC.h850 ObjCPropertyAttribute::kind_copy)); in isRetaining()
877 if (PropertyAttributes & ObjCPropertyAttribute::kind_copy) in getSetterKind()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp123 ObjCPropertyAttribute::kind_copy | in TraverseObjCMethodDecl()
H A DTransProperties.cpp173 (ObjCPropertyAttribute::kind_copy | in rewriteProperty()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1491 RenderAttribute(ObjCPropertyAttribute::kind_copy, "copy"); in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1637 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1203 attributeOnlyIfTrue("copy", Attrs & ObjCPropertyAttribute::kind_copy); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2818 if (Attrs & ObjCPropertyAttribute::kind_copy) in VisitObjCPropertyDecl()
H A DASTContext.cpp8343 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_copy) in getObjCEncodingForPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp948 ObjCPropertyAttribute::kind_copy)); in RewritePropertyImplDecl()
1008 ObjCPropertyAttribute::kind_copy); in RewritePropertyImplDecl()
1031 if (Attributes & ObjCPropertyAttribute::kind_copy) in RewritePropertyImplDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp930 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_copy); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp251 attrs &= ~ObjCPropertyAttribute::kind_copy; in PushPropertyAttributes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8070 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_copy); in AddObjCClassProperty()