Searched refs:getPropertyAttributes (Results 1 – 21 of 21) sorted by relevance
1105 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) { in VisitObjCPropertyDecl()1108 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()1114 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in VisitObjCPropertyDecl()1119 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in VisitObjCPropertyDecl()1125 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_assign) { in VisitObjCPropertyDecl()1130 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()1136 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()1141 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()1146 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) { in VisitObjCPropertyDecl()1151 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()[all …]
5143 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) in getObjCEncodingForPropertyDecl()5145 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) in getObjCEncodingForPropertyDecl()5147 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in getObjCEncodingForPropertyDecl()5163 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in getObjCEncodingForPropertyDecl()5166 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in getObjCEncodingForPropertyDecl()5171 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in getObjCEncodingForPropertyDecl()
127 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite) in HasUserDeclaredSetterMethod()
1510 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
3838 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
69 = property->getPropertyAttributes(); in checkARCPropertyDecl()148 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()175 ODS.getPropertyAttributes(), in ActOnProperty()186 Attributes, ODS.getPropertyAttributes(), in ActOnProperty()655 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()726 getImpliedARCOwnership(property->getPropertyAttributes(), in setImpliedPropertyAttributeForReadOnlyProperty()949 = property->getPropertyAttributes(); in ActOnPropertyImplDecl()1216 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl()1309 Property->getPropertyAttributes(); in DiagnosePropertyMismatch()1311 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()[all …]
548 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in isWeakProperty()
1615 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter)) in HandleExprPropertyRefExpr()2731 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak; in BuildInstanceMessage()
4823 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
8688 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
123 PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
632 if ((ClassProperty->getPropertyAttributes() in ClassImplementsAllMethodsAndProperties()633 != Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
397 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in createObjCPropertyGetter()
817 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
2867 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()2944 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
1728 PD->getPropertyAttributes(), getOrCreateType(PD->getType(), PUnit)); in CreateTypeDefinition()1802 PD->getPropertyAttributes(), in CreateTypeDefinition()
252 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
2266 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
684 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
789 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
953 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()