Searched refs:getPropertyAttributes (Results 1 – 20 of 20) sorted by relevance
1081 if (PDecl->getPropertyAttributes() != ObjCPropertyDecl::OBJC_PR_noattr) { in VisitObjCPropertyDecl()1084 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()1090 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in VisitObjCPropertyDecl()1095 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in VisitObjCPropertyDecl()1101 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_assign) { in VisitObjCPropertyDecl()1106 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()1112 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) { in VisitObjCPropertyDecl()1117 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_strong) { in VisitObjCPropertyDecl()1122 if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) { in VisitObjCPropertyDecl()1127 if (PDecl->getPropertyAttributes() & in VisitObjCPropertyDecl()[all …]
4961 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_copy) in getObjCEncodingForPropertyDecl()4963 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) in getObjCEncodingForPropertyDecl()4979 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic) in getObjCEncodingForPropertyDecl()4982 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_getter) { in getObjCEncodingForPropertyDecl()4987 if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter) { in getObjCEncodingForPropertyDecl()
131 if (P->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_readwrite) in HasUserDeclaredSetterMethod()
1309 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
3792 ToProperty->setPropertyAttributes(D->getPropertyAttributes()); in VisitObjCPropertyDecl()
69 = property->getPropertyAttributes(); in checkARCPropertyDecl()151 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty()178 ODS.getPropertyAttributes(), in ActOnProperty()189 Attributes, ODS.getPropertyAttributes(), in ActOnProperty()634 getImpliedARCOwnership(property->getPropertyAttributes(), in checkARCPropertyImpl()705 getImpliedARCOwnership(property->getPropertyAttributes(), in setImpliedPropertyAttributeForReadOnlyProperty()1005 = property->getPropertyAttributes(); in ActOnPropertyImplDecl()1266 if (property->getPropertyAttributes() & in ActOnPropertyImplDecl()1358 Property->getPropertyAttributes(); in DiagnosePropertyMismatch()1360 SuperProperty->getPropertyAttributes(); in DiagnosePropertyMismatch()[all …]
1464 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak)) in DiagnoseARCUseOfWeakReceiver()2578 Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak; in BuildInstanceMessage()
538 if (Prop->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_weak) in isWeakProperty()
6734 unsigned Attributes = PD->getPropertyAttributes(); in checkUnsafeExprAssigns()
4725 unsigned Attributes = ODS.getPropertyAttributes(); in CodeCompleteObjCPropertyFlags()
125 PD->getPropertyAttributes(); in TraverseObjCMethodDecl()
331 if ((ClassProperty->getPropertyAttributes() in ClassImplementsAllMethodsAndProperties()332 != Property->getPropertyAttributes()) || in ClassImplementsAllMethodsAndProperties()
784 ObjCPropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
2865 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()2947 if ((!(PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
1601 PD->getPropertyAttributes(), in CreateType()1675 PD->getPropertyAttributes(), in CreateType()
249 int attrs = property->getPropertyAttributes(); in PushPropertyAttributes()
2057 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes() function
596 Record.push_back((unsigned)D->getPropertyAttributes()); in VisitObjCPropertyDecl()
791 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()
944 unsigned Attributes = PD->getPropertyAttributes(); in RewritePropertyImplDecl()