Searched refs:CLASS_IVARS (Results 1 – 6 of 6) sorted by relevance
93 #define CLASS_IVARS(CLASS) TREE_VEC_ELT (TYPE_BINFO (CLASS), 0) macro
2458 ivar_chain = CLASS_IVARS (interface);3553 tree intdecls = CLASS_IVARS (inter);3554 tree impdecls = CLASS_IVARS (imp);3894 chain = CLASS_IVARS (implementation_template); in generate_ivar_lists()5824 if (CLASS_IVARS (class))5825 chainon (CLASS_IVARS (class), field_decl);5827 CLASS_IVARS (class) = field_decl;5850 && ! is_ivar (CLASS_IVARS (implementation_template), DECL_NAME (decl)))6303 if (CLASS_IVARS (class))
63 #define CLASS_IVARS(CLASS) TREE_VEC_ELT (TYPE_LANG_SLOT_1 (CLASS), 0) macro
762 to CLASS_IVARS lists; adjust calls to error_with_ivar().789 do not populate CLASS_IVARS list.791 (continue_class): Use CLASS_RAW_IVARS rather than CLASS_IVARS; do not
3358 if (!CLASS_IVARS (interface)) in get_class_ivars()3359 CLASS_IVARS (interface) = ivar_chain; in get_class_ivars()4462 ivar = CLASS_IVARS (implementation_template); in objc_generate_cxx_ctor_or_dtor()4522 for (ivar = CLASS_IVARS (implementation_template); ivar; in objc_generate_cxx_cdtors()5236 chain = CLASS_IVARS (implementation_template); in generate_ivar_lists()7153 && ! is_ivar (CLASS_IVARS (implementation_template), in is_private()
15624 slot; use that slot (rather than CLASS_IVARS) when accessing