Searched refs:PropertyAttributeKind (Results 1 – 8 of 8) sorted by relevance
172 ObjCPropertyDecl::PropertyAttributeKind propAttrs = getPropertyAttrs(props); in rewriteProperty()358 ObjCPropertyDecl::PropertyAttributeKind361 ObjCPropertyDecl::PropertyAttributeKind in getPropertyAttrs()
122 ObjCPropertyDecl::PropertyAttributeKind AttrKind = in TraverseObjCMethodDecl()
237 ObjCPropertyDecl::PropertyAttributeKind in checkAllAtProps()
40 ObjCPropertyDecl::PropertyAttributeKind attrs, in getImpliedARCOwnership()70 ObjCPropertyDecl::PropertyAttributeKind propertyKind in checkPropertyDeclWithOwnership()84 ObjCPropertyDecl::PropertyAttributeKind attr; in checkPropertyDeclWithOwnership()279 static ObjCPropertyDecl::PropertyAttributeKind309 return (ObjCPropertyDecl::PropertyAttributeKind)attributesAsWritten; in makePropertyAttributesAsWritten()1049 ObjCPropertyDecl::PropertyAttributeKind kind in ActOnPropertyImplDecl()1420 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch()1422 ObjCPropertyDecl::PropertyAttributeKind SAttr = in DiagnosePropertyMismatch()2179 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl()
702 enum PropertyAttributeKind { enum792 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()793 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()795 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes()802 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten()803 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()806 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten()
1123 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()1125 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()
1674 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
7215 ObjCPropertyDecl::PropertyAttributeKind Attr = in clang_Cursor_getObjCPropertyAttributes()