Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp43 if (propertyKind & (ObjCPropertyDecl::OBJC_PR_retain | in checkARCPropertyDecl()
218 (ObjCPropertyDecl::OBJC_PR_retain | in HandlePropertyInClassExtension()
250 PIDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in HandlePropertyInClassExtension()
348 attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_retain; in CreatePropertyDecl()
378 PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain); in CreatePropertyDecl()
429 (propertyKind & (ObjCPropertyDecl::OBJC_PR_retain | in checkARCPropertyImpl()
615 if (kind & (ObjCPropertyDecl::OBJC_PR_retain | in ActOnPropertyImplDecl()
886 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
889 (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong)); in DiagnosePropertyMismatch()
DSemaChecking.cpp3603 (ObjCPropertyDecl::OBJC_PR_retain | in findRetainCycleOwner()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp113 (ObjCPropertyDecl::OBJC_PR_retain | in TraverseObjCMethodDecl()
DTransProperties.cpp133 if (propAttrs & ObjCPropertyDecl::OBJC_PR_retain) { in rewriteProperty()
/external/clang/include/clang/AST/
DDeclObjC.h1410 OBJC_PR_retain = 0x10, enumerator
1478 OBJC_PR_unsafe_unretained | OBJC_PR_retain | OBJC_PR_strong | in hasWrittenStorageAttribute()
1502 if (PropertyAttributes & (OBJC_PR_retain|OBJC_PR_strong)) in getSetterKind()
/external/clang/lib/AST/
DDeclPrinter.cpp931 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp794 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()
852 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain | in RewritePropertyImplDecl()