Searched defs:property_attribute_info (Results 1 – 4 of 4) sorted by relevance
69 struct property_attribute_info struct71 property_attribute_info (tree name, location_t loc, in property_attribute_info() argument76 enum objc_property_attribute_group group () in group()82 tree name; /* Name of the attribute. */83 tree ident; /* For getter/setter cases, the method/selector name. */84 location_t prop_loc; /* Extended location covering the parsed attr. */85 enum objc_property_attribute_kind prop_kind : 16;86 unsigned parse_error : 1; /* The C/C++ parser saw an error in this attr. */
320 vec<property_attribute_info *>& in objc_add_property_declaration()
76 struct property_attribute_info struct79 property_attribute_info (tree name, location_t loc, in property_attribute_info() function84 enum objc_property_attribute_group group () in group()90 tree name; /* Name of the attribute. */91 tree ident; /* For getter/setter cases, the method/selector name. */92 location_t prop_loc; /* Extended location covering the parsed attr. */93 enum objc_property_attribute_kind prop_kind : 16;94 unsigned parse_error : 1; /* The C/C++ parser saw an error in this attr. */
321 vec<property_attribute_info *>& in objc_add_property_declaration()