Lines Matching defs:impent

1509   struct imp_entry *impent;
1512 for (impent = imp_list; impent; impent = impent->next)
1514 if (TREE_CODE (impent->imp_context) == CLASS_IMPLEMENTATION_TYPE)
1516 expr = build_unary_op (ADDR_EXPR, impent->class_decl, 0);
1522 for (impent = imp_list; impent; impent = impent->next)
1524 if (TREE_CODE (impent->imp_context) == CATEGORY_IMPLEMENTATION_TYPE)
1526 expr = build_unary_op (ADDR_EXPR, impent->class_decl, 0);
1598 struct imp_entry *impent;
1601 for (impent = imp_list; impent; impent = impent->next)
1603 if (TREE_CODE (impent->imp_context) == CATEGORY_IMPLEMENTATION_TYPE)
1606 objc_implementation_context = impent->imp_context;
1607 impent->class_decl
8266 struct imp_entry *impent;
8297 for (impent = imp_list; impent; impent = impent->next)
8299 objc_implementation_context = impent->imp_context;
8300 implementation_template = impent->imp_template;
8302 UOBJC_CLASS_decl = impent->class_decl;
8303 UOBJC_METACLASS_decl = impent->meta_decl;
8357 for (impent = imp_list; impent; impent = impent->next)
8358 handle_impent (impent);
8480 handle_impent (impent)
8481 struct imp_entry *impent;
8485 objc_implementation_context = impent->imp_context;
8486 implementation_template = impent->imp_template;
8488 if (TREE_CODE (impent->imp_context) == CLASS_IMPLEMENTATION_TYPE)
8491 IDENTIFIER_POINTER (CLASS_NAME (impent->imp_context));
8498 else if (TREE_CODE (impent->imp_context) == CATEGORY_IMPLEMENTATION_TYPE)
8501 IDENTIFIER_POINTER (CLASS_NAME (impent->imp_context));
8503 IDENTIFIER_POINTER (CLASS_SUPER_NAME (impent->imp_context));