Searched refs:getPropertyAttributes (Results 1 – 22 of 22) sorted by relevance
1247 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) { in VisitObjCPropertyDecl()1250 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()1256 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in VisitObjCPropertyDecl()1261 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in VisitObjCPropertyDecl()1267 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_assign) { in VisitObjCPropertyDecl()1272 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()1278 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()1283 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()1288 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) { in VisitObjCPropertyDecl()1293 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()[all …]
5406 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) in getObjCEncodingForPropertyDecl()5408 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) in getObjCEncodingForPropertyDecl()5410 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in getObjCEncodingForPropertyDecl()5426 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in getObjCEncodingForPropertyDecl()5429 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in getObjCEncodingForPropertyDecl()5434 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in getObjCEncodingForPropertyDecl()
127 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite) in HasUserDeclaredSetterMethod()
1674 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
4234 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
71 = property->getPropertyAttributes(); in checkPropertyDeclWithOwnership()186 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()206 ODS.getPropertyAttributes(), in ActOnProperty()216 Attributes, ODS.getPropertyAttributes(), in ActOnProperty()348 (OldProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in checkAtomicPropertyMismatch()351 (NewProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in checkAtomicPropertyMismatch()359 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch()379 unsigned Attrs = NewProperty->getPropertyAttributes(); in checkAtomicPropertyMismatch()488 = getOwnershipRule(PIDecl->getPropertyAttributes()); in HandlePropertyInClassExtension()717 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()[all …]
580 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in isWeakProperty()
1862 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter)) in HandleExprPropertyRefExpr()3009 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak; in BuildInstanceMessage()
4909 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
10281 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
123 PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
623 if ((ClassProperty->getPropertyAttributes() in ClassImplementsAllMethodsAndProperties()624 != Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
828 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function838 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullability()845 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullabilityLoc()852 (getPropertyAttributes() & DQ_PR_nullability)) && in setNullability()
433 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in createObjCPropertyGetter()
759 if (OCDS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCInterfaceDeclList()941 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()948 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()955 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()962 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
3174 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()3253 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
1941 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition()2030 PD->getPropertyAttributes(), in CreateTypeDefinition()
257 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
792 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
785 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
789 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
942 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()