Searched refs:propAttrs (Results 1 – 2 of 2) sorted by relevance
170 ObjCPropertyAttribute::Kind propAttrs = getPropertyAttrs(props); in rewriteProperty() local172 if (propAttrs & in rewriteProperty()178 if (propAttrs & ObjCPropertyAttribute::kind_retain) { in rewriteProperty()185 if (propAttrs & ObjCPropertyAttribute::kind_assign) { in rewriteProperty()
2711 const PropertyAttributes propAttrs(die); in ParseObjCProperty() local2713 if (!propAttrs.prop_name) { in ParseObjCProperty()2724 die.GetID(), propAttrs.prop_name, in ParseObjCProperty()2732 class_clang_type, propAttrs.prop_name, in ParseObjCProperty()2733 member_type->GetLayoutCompilerType(), propAttrs.prop_setter_name, in ParseObjCProperty()2734 propAttrs.prop_getter_name, propAttrs.prop_attributes, &metadata)); in ParseObjCProperty()