Lines Matching refs:objc_class_template
366 objc_class_template = objc_start_struct (get_identifier (UTAG_CLASS)); in build_class_template()
369 decls = add_field_decl (build_pointer_type (objc_class_template), in build_class_template()
373 add_field_decl (build_pointer_type (objc_class_template), in build_class_template()
400 ptype = build_pointer_type (objc_class_template); in build_class_template()
404 ptype = build_pointer_type (objc_class_template); in build_class_template()
417 objc_finish_struct (objc_class_template, decls); in build_class_template()
523 decl = start_var_decl (objc_class_template, buf); in gnu_runtime_abi_01_class_decl()
535 decl = start_var_decl (objc_class_template, buf); in gnu_runtime_abi_01_metaclass_decl()
1658 cast_type = build_pointer_type (objc_class_template); in generate_class_structures()
1691 && (chain = TYPE_FIELDS (objc_class_template))) in generate_class_structures()
1705 TYPE_SIZE_UNIT (objc_class_template)), in generate_class_structures()