Searched refs:objc_is_property_ref (Results 1 – 13 of 13) sorted by relevance
171 extern bool objc_is_property_ref (tree);
327 objc_is_property_ref (tree ARG_UNUSED (node)) in objc_is_property_ref() function
12626 (objc_is_property_ref): New.12633 (objc_is_property_ref): New.
163 extern bool objc_is_property_ref (tree);
326 objc_is_property_ref (tree ARG_UNUSED (node)) in objc_is_property_ref() function
4583 if (!objc_is_property_ref (arg) in build_unary_op()4726 if (objc_is_property_ref (arg)) in build_unary_op()6134 if (!objc_is_property_ref (lhs) && !lvalue_or_else (location, lhs, lv_assign)) in build_modify_expr()
4614 if (!objc_is_property_ref (arg) in build_unary_op()4757 if (objc_is_property_ref (arg)) in build_unary_op()6252 if (!objc_is_property_ref (lhs) && !lvalue_or_else (location, lhs, lv_assign)) in build_modify_expr()
1856 objc_is_property_ref (tree node) in objc_is_property_ref() function
2095 (objc_is_property_ref): New.
1790 objc_is_property_ref (tree node) in objc_is_property_ref() function
6740 if (objc_is_property_ref (arg)) in cp_build_unary_op()
7255 if (objc_is_property_ref (arg)) in cp_build_unary_op()
7769 Use objc_is_property_ref to improve Objective-C checks.