Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp43 if (attrs & (ObjCPropertyDecl::OBJC_PR_retain | in getImpliedARCOwnership()
157 ObjCPropertyDecl::OBJC_PR_retain |
294 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_retain; in makePropertyAttributesAsWritten()
670 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in CreatePropertyDecl()
915 bool HasOwnership = (Attr & (ObjCPropertyDecl::OBJC_PR_retain | in SelectPropertyForSynthesisFromProtocols()
929 ObjCPropertyDecl::OBJC_PR_retain | in SelectPropertyForSynthesisFromProtocols()
931 Diag(OriginalAttributes & (ObjCPropertyDecl::OBJC_PR_retain | in SelectPropertyForSynthesisFromProtocols()
1668 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
1671 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp124 (ObjCPropertyDecl::OBJC_PR_retain | in TraverseObjCMethodDecl()
HDTransProperties.cpp179 if (propAttrs & ObjCPropertyDecl::OBJC_PR_retain) { in rewriteProperty()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h751 OBJC_PR_retain = 0x10, enumerator
888 (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy)); in isRetaining()
911 if (PropertyAttributes & OBJC_PR_retain) in getSetterKind()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp1484 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()
HDTextNodeDumper.cpp1930 if (Attrs & ObjCPropertyDecl::OBJC_PR_retain) in VisitObjCPropertyDecl()
HDJSONNodeDumper.cpp1011 attributeOnlyIfTrue("retain", Attrs & ObjCPropertyDecl::OBJC_PR_retain); in VisitObjCPropertyDecl()
HDASTContext.cpp6722 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) in getObjCEncodingForPropertyDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp793 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()
853 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()
HDRewriteModernObjC.cpp945 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()
1005 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp259 attrs &= ~ObjCPropertyDecl::OBJC_PR_retain; in PushPropertyAttributes()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp7459 property_decl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in AddObjCClassProperty()