Home | History | Annotate | Download | only in cp

Lines Matching defs:find_namespace_slot

120 find_namespace_slot (tree ns, tree name, bool create_p = false)
131 tree *b = find_namespace_slot (ns, name);
841 if (tree *binding = find_namespace_slot (scope, name))
1196 if (tree *binding = find_namespace_slot (scope, name))
1667 if (tree *slot = find_namespace_slot (ctx, name, false))
3657 slot = find_namespace_slot (ns, name, ns == current_namespace);
3783 slot = find_namespace_slot (ns, name, true);
3849 tree *mslot = find_namespace_slot (ns, name, true);
4038 tree *slot = find_namespace_slot (ns, name, true);
4067 tree *slot = find_namespace_slot (ns, name, true);
5792 if (tree *b = find_namespace_slot (ns, name))
5814 tree *slot = find_namespace_slot (global_namespace, DECL_NAME (decl), true);
6212 tree *slot = find_namespace_slot (current_namespace, name, true);
7886 if (tree *slot = find_namespace_slot (ns, name))
8820 tree bind = *find_namespace_slot (parent, DECL_NAME (ctx), false);
8840 tree *slot = find_namespace_slot (current_namespace, name, false);
8855 slot = find_namespace_slot (current_namespace, name);
8918 tree *slot = find_namespace_slot (ctx, name, true);