Home
last modified time | relevance | path

Searched refs:parsed_property_getter_ident (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dstub-objc.c323 tree ARG_UNUSED (parsed_property_getter_ident), in objc_add_property_declaration() argument
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dstub-objc.c325 tree ARG_UNUSED (parsed_property_getter_ident), in objc_add_property_declaration() argument
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c810 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
991 if (!parsed_property_getter_ident) in objc_add_property_declaration()
992 parsed_property_getter_ident = DECL_NAME (decl); in objc_add_property_declaration()
1088 if (PROPERTY_GETTER_NAME (x) != parsed_property_getter_ident) in objc_add_property_declaration()
1192 PROPERTY_GETTER_NAME (property_decl) = parsed_property_getter_ident; in objc_add_property_declaration()