Lines Matching refs:objc_implementation_context

423   if (objc_implementation_context)
426 finish_class (objc_implementation_context);
428 objc_implementation_context = NULL_TREE;
657 objc_implementation_context
667 objc_implementation_context
671 = continue_class (objc_implementation_context);
678 = continue_class (objc_implementation_context);
689 if (objc_implementation_context)
691 finish_class (objc_implementation_context);
693 objc_implementation_context = NULL_TREE;
1549 implementation = objc_implementation_context;
1562 implementation = objc_implementation_context;
1625 if (objc_implementation_context
1626 && CLASS_NAME (objc_implementation_context)
1628 implementation = objc_implementation_context;
1641 if (objc_implementation_context
1642 && CLASS_NAME (objc_implementation_context)
1644 implementation = objc_implementation_context;
1676 objc_implementation_context etc) to be built correctly; this
2121 if (!objc_implementation_context)
2142 objc_add_method (objc_implementation_context,
4611 if (!objc_implementation_context)
4617 if (TREE_CODE (objc_implementation_context) != CLASS_IMPLEMENTATION_TYPE)
5654 if (!method_prototype && objc_implementation_context
5655 && CLASS_NAME (objc_implementation_context)
5660 ? CLASS_CLS_METHODS (objc_implementation_context)
5661 : CLASS_NST_METHODS (objc_implementation_context)),
6509 if (objc_implementation_context
6510 && ((TREE_CODE (objc_implementation_context)
6512 || (TREE_CODE (objc_implementation_context)
6767 switch (TREE_CODE (objc_implementation_context))
6771 CLASS_NAME (objc_implementation_context));
6775 CLASS_SUPER_NAME (objc_implementation_context));
6792 'objc_implementation_context') actually implements protocol P, along
6806 objc_implementation_context,
6809 objc_implementation_context,
6815 objc_implementation_context,
6818 objc_implementation_context,
6848 'objc_implementation_context') actually implements the protocols listed
6883 if (objc_implementation_context)
6886 finish_class (objc_implementation_context);
6888 objc_implementation_context = NULL_TREE;
6967 objc_implementation_context = klass;
6975 add_interface (implementation_template = objc_implementation_context,
6996 CLASS_SUPER_NAME (objc_implementation_context)
7093 objc_implementation_context = klass;
7272 if (lookup_method (CLASS_NST_METHODS (objc_implementation_context),
7453 if (lookup_method (CLASS_NST_METHODS (objc_implementation_context),
7645 for (property = IMPL_PROPERTY_DECL (objc_implementation_context); property; property = TREE_CHAIN (property))
7766 for (x = IMPL_PROPERTY_DECL (objc_implementation_context); x; x = TREE_CHAIN (x))
7792 TREE_CHAIN (property) = IMPL_PROPERTY_DECL (objc_implementation_context);
7793 IMPL_PROPERTY_DECL (objc_implementation_context) = property;
7817 if (!objc_implementation_context)
7827 if (TREE_CODE (objc_implementation_context) == CATEGORY_IMPLEMENTATION_TYPE)
7833 interface = lookup_interface (CLASS_NAME (objc_implementation_context));
7862 for (property = IMPL_PROPERTY_DECL (objc_implementation_context); property; property = TREE_CHAIN (property))
7907 TREE_CHAIN (property) = IMPL_PROPERTY_DECL (objc_implementation_context);
7908 IMPL_PROPERTY_DECL (objc_implementation_context) = property;
7926 if (!objc_implementation_context)
7937 switch (TREE_CODE (objc_implementation_context))
7940 interface = lookup_interface (CLASS_NAME (objc_implementation_context));
7944 CLASS_SUPER_NAME (objc_implementation_context));
7976 for (x = IMPL_PROPERTY_DECL (objc_implementation_context); x; x = TREE_CHAIN (x))
8011 if (implementation_template != objc_implementation_context)
8015 objc_implementation_context, '+');
8017 objc_implementation_context, '-');
8022 CLASS_NAME (objc_implementation_context));
8037 objc_implementation_context, '+');
8039 objc_implementation_context, '-');
8044 CLASS_SUPER_NAME (objc_implementation_context));
8451 if(CLASS_SUPER_NAME (objc_implementation_context)
8757 class_name = IDENTIFIER_POINTER (CLASS_NAME (objc_implementation_context));
8758 cat_name = ((TREE_CODE (objc_implementation_context)
8761 : IDENTIFIER_POINTER (CLASS_SUPER_NAME (objc_implementation_context)));
8798 if (implementation_template != objc_implementation_context)
8845 if (TREE_CODE (objc_implementation_context)
8849 CLASS_SUPER_NAME (objc_implementation_context));
8901 gcc_assert (imp_list->imp_context == objc_implementation_context
8905 if (TREE_CODE (objc_implementation_context) == CLASS_IMPLEMENTATION_TYPE)