Searched refs:thislevel_only (Results 1 – 3 of 3) sorted by relevance
2360 lookup_tag (code, name, binding_level, thislevel_only) in lookup_tag() argument2364 int thislevel_only;2394 if (thislevel_only)
2645 lookup_tag (enum tree_code code, tree name, int thislevel_only) in lookup_tag() argument2655 if (thislevel_only || TREE_CODE (b->decl) != code) in lookup_tag()2666 if (thislevel_only && !thislevel) in lookup_tag()
5671 lookup_tag (form, name, binding_level, thislevel_only) in lookup_tag() argument5675 int thislevel_only;5708 if (thislevel_only && !allow_template_parms_p5734 if (thislevel_only || tail == global_namespace)5754 if (thislevel_only && ! level->tag_transparent)