Searched refs:containing_scope (Results 1 – 3 of 3) sorted by relevance
11096 tree containing_scope; in scope_die_for() local11102 containing_scope = TYPE_CONTEXT (t); in scope_die_for()11105 if (containing_scope && TREE_CODE (containing_scope) == NAMESPACE_DECL) in scope_die_for()11107 if (context_die == lookup_decl_die (containing_scope)) in scope_die_for()11110 containing_scope = NULL_TREE; in scope_die_for()11116 if (containing_scope && TREE_CODE (containing_scope) == FUNCTION_TYPE) in scope_die_for()11117 containing_scope = NULL_TREE; in scope_die_for()11119 if (containing_scope == NULL_TREE) in scope_die_for()11121 else if (TYPE_P (containing_scope)) in scope_die_for()11127 if (VEC_index (tree, decl_scope_table, i) == containing_scope) in scope_die_for()[all …]
5168 containing_scope, and add check for non-NULL containing_scope
16075 (push_decl_scope): Use new type. New locals containing_scope, i.