Searched refs:prop_getter_name (Results 1 – 1 of 1) sorted by relevance
2447 const char *prop_getter_name = nullptr; member2651 prop_getter_name = form_value.AsCString(); in PropertyAttributes()2671 if (prop_getter_name && prop_getter_name[0] == '-') { in PropertyAttributes()2673 ObjCLanguage::MethodName::Create(prop_getter_name, true); in PropertyAttributes()2675 prop_getter_name = in PropertyAttributes()2688 if (!prop_getter_name) in PropertyAttributes()2689 prop_getter_name = prop_name; in PropertyAttributes()2734 propAttrs.prop_getter_name, propAttrs.prop_attributes, &metadata)); in ParseObjCProperty()