Searched refs:PropertyAttributeKind (Results 1 – 7 of 7) sorted by relevance
190 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props); in rewriteProperty()376 ObjCPropertyDecl::PropertyAttributeKind379 ObjCPropertyDecl::PropertyAttributeKind in getPropertyAttrs()
122 ObjCPropertyDecl::PropertyAttributeKind AttrKind = in TraverseObjCMethodDecl()
239 ObjCPropertyDecl::PropertyAttributeKind in checkAllAtProps()
40 ObjCPropertyDecl::PropertyAttributeKind attrs, in getImpliedARCOwnership()68 ObjCPropertyDecl::PropertyAttributeKind propertyKind in checkARCPropertyDecl()83 ObjCPropertyDecl::PropertyAttributeKind attr; in checkARCPropertyDecl()235 static ObjCPropertyDecl::PropertyAttributeKind263 return (ObjCPropertyDecl::PropertyAttributeKind)attributesAsWritten; in makePropertyAttributesAsWritten()953 ObjCPropertyDecl::PropertyAttributeKind kind in ActOnPropertyImplDecl()1317 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch()1319 ObjCPropertyDecl::PropertyAttributeKind SAttr = in DiagnosePropertyMismatch()1995 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl()
2427 enum PropertyAttributeKind { enum2516 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()2517 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()2519 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes()2523 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten()2524 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()2533 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten()
1554 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
1088 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()1090 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()