Searched refs:implementation_template (Results 1 – 4 of 4) sorted by relevance
1447 interface_type = lookup_interface (CLASS_SUPER_NAME (implementation_template)); in objc_maybe_build_component_ref()1449 interface_type = lookup_interface (CLASS_NAME (implementation_template)); in objc_maybe_build_component_ref()4448 ivar = CLASS_IVARS (implementation_template); in objc_generate_cxx_ctor_or_dtor()4512 for (ivar = CLASS_IVARS (implementation_template); ivar; in objc_generate_cxx_cdtors()5132 ? CLASS_SUPER_NAME (implementation_template) in receiver_is_class_object()5133 : CLASS_NAME (implementation_template)); in receiver_is_class_object()5401 if (!CLASS_SUPER_NAME (implementation_template)) in objc_finish_message_expr()5404 CLASS_NAME (implementation_template)); in objc_finish_message_expr()5407 rtype = lookup_interface (CLASS_SUPER_NAME (implementation_template)); in objc_finish_message_expr()5410 rtype = lookup_interface (CLASS_NAME (implementation_template)); in objc_finish_message_expr()[all …]
492 #define implementation_template objc_global_trees[OCTI_IMPL_TEMPL] macro
2075 implementation_template = in objc_generate_v1_gnu_metadata()
2351 implementation_template = in objc_generate_v1_next_metadata()