Home
last modified time | relevance | path

Searched defs:property_attribute_info (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-objc.h69 struct property_attribute_info struct
71 property_attribute_info (tree name, location_t loc, in property_attribute_info() argument
76 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. */
H A Dstub-objc.c320 vec<property_attribute_info *>& in objc_add_property_declaration()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-objc.h76 struct property_attribute_info struct
79 property_attribute_info (tree name, location_t loc, in property_attribute_info() function
84 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. */
H A Dstub-objc.cc321 vec<property_attribute_info *>& in objc_add_property_declaration()