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()
2417 enum PropertyAttributeKind { enum2506 PropertyAttributeKind getPropertyAttributes() const { in getPropertyAttributes()2507 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()2509 void setPropertyAttributes(PropertyAttributeKind PRVal) { in setPropertyAttributes()2516 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten()2517 return PropertyAttributeKind(PropertyAttributesAsWritten); in getPropertyAttributesAsWritten()2520 void setPropertyAttributesAsWritten(PropertyAttributeKind PRVal) { in setPropertyAttributesAsWritten()
40 ObjCPropertyDecl::PropertyAttributeKind attrs, in getImpliedARCOwnership()70 ObjCPropertyDecl::PropertyAttributeKind propertyKind in checkPropertyDeclWithOwnership()84 ObjCPropertyDecl::PropertyAttributeKind attr; in checkPropertyDeclWithOwnership()279 static ObjCPropertyDecl::PropertyAttributeKind307 return (ObjCPropertyDecl::PropertyAttributeKind)attributesAsWritten; in makePropertyAttributesAsWritten()1034 ObjCPropertyDecl::PropertyAttributeKind kind in ActOnPropertyImplDecl()1405 ObjCPropertyDecl::PropertyAttributeKind CAttr = in DiagnosePropertyMismatch()1407 ObjCPropertyDecl::PropertyAttributeKind SAttr = in DiagnosePropertyMismatch()2108 ObjCPropertyDecl::PropertyAttributeKind CAttr = in ProcessPropertyDecl()
1564 ObjCPropertyDecl::PropertyAttributeKind Attrs = D->getPropertyAttributes(); in VisitObjCPropertyDecl()
1068 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()1070 (ObjCPropertyDecl::PropertyAttributeKind)Record[Idx++]); in VisitObjCPropertyDecl()
6844 ObjCPropertyDecl::PropertyAttributeKind Attr = in clang_Cursor_getObjCPropertyAttributes()