Home | History | Annotate | Download | only in cp

Lines Matching defs:last_decl

1639   tree last_decl = NULL_TREE;
1648 last_decl = lookup_name (name);
1655 if (last_decl && BASELINK_P (last_decl))
1656 last_decl = BASELINK_FUNCTIONS (last_decl);
1659 if (!last_decl)
1662 if (DECL_P (last_decl) || TREE_CODE (last_decl) == OVERLOAD)
1665 for (lkp_iterator iter (last_decl); iter; ++iter)
1767 tree last_decl = find_last_decl (*decl);
1768 decl_attributes (decl, attributes, flags, last_decl);