Searched refs:qualifying_scope (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | parser.h | 37 tree qualifying_scope; member 256 tree qualifying_scope; member
|
| D | search.cc | 1399 tree qualifying_scope, in adjust_result_of_qualified_name_lookup() argument 1404 && CLASS_TYPE_P (qualifying_scope) in adjust_result_of_qualified_name_lookup() 1405 && DERIVED_FROM_P (qualifying_scope, context_class) in adjust_result_of_qualified_name_lookup() 1415 base = lookup_base (context_class, qualifying_scope, in adjust_result_of_qualified_name_lookup()
|
| D | parser.cc | 527 parser->qualifying_scope); in cp_debug_parser() 1577 make_id_declarator (tree qualifying_scope, tree unqualified_name, in make_id_declarator() argument 1592 if (qualifying_scope && TYPE_P (qualifying_scope)) in make_id_declarator() 1593 qualifying_scope = TYPE_MAIN_VARIANT (qualifying_scope); in make_id_declarator() 1600 declarator->u.id.qualifying_scope = qualifying_scope; in make_id_declarator() 6174 saved_qualifying_scope = parser->qualifying_scope; in cp_parser_id_expression() 6183 parser->qualifying_scope = saved_qualifying_scope; in cp_parser_id_expression() 6333 tree qualifying_scope; in cp_parser_unqualified_id() local 6378 qualifying_scope = parser->qualifying_scope; in cp_parser_unqualified_id() 6476 if (!done && scope && qualifying_scope) in cp_parser_unqualified_id() [all …]
|
| D | decl.cc | 11292 && declarator->u.id.qualifying_scope) in get_scope_of_declarator() 11293 return declarator->u.id.qualifying_scope; in get_scope_of_declarator() 11833 tree qualifying_scope = id_declarator->u.id.qualifying_scope; in grokdeclarator() local 11837 if (qualifying_scope) in grokdeclarator() 11839 if (check_for_bare_parameter_packs (qualifying_scope, in grokdeclarator() 11851 if (qualifying_scope == global_namespace) in grokdeclarator() 11854 else if (TYPE_P (qualifying_scope)) in grokdeclarator() 11856 qualifying_scope, decl); in grokdeclarator() 11859 qualifying_scope, decl); in grokdeclarator() 11862 else if (TYPE_P (qualifying_scope)) in grokdeclarator() [all …]
|
| D | semantics.cc | 2145 finish_non_static_data_member (tree decl, tree object, tree qualifying_scope) in finish_non_static_data_member() argument 2153 tree scope = qualifying_scope; in finish_non_static_data_member() 2209 if (qualifying_scope) in finish_non_static_data_member() 2211 ret = build_qualified_name (type, qualifying_scope, decl, in finish_non_static_data_member() 2228 if (qualifying_scope) in finish_non_static_data_member() 2231 object = build_scoped_ref (object, qualifying_scope, in finish_non_static_data_member()
|
| D | pt.cc | 16601 tree qualifying_scope = BINFO_TYPE (BASELINK_ACCESS_BINFO (baselink)); in tsubst_baselink() local 16602 qualifying_scope = tsubst (qualifying_scope, args, complain, in_decl); in tsubst_baselink() 16632 if ((complain & tf_dguide) && dependent_scope_p (qualifying_scope)) in tsubst_baselink() 16637 return build_qualified_name (NULL_TREE, qualifying_scope, name, in tsubst_baselink() 16646 baselink = lookup_fnfields (qualifying_scope, name, /*protect=*/1, in tsubst_baselink() 16664 && constructor_name_p (name, qualifying_scope)) in tsubst_baselink() 16666 qualifying_scope, name); in tsubst_baselink() 16677 if (qualifying_scope != BINFO_TYPE (BASELINK_ACCESS_BINFO (baselink))) in tsubst_baselink() 16681 BASELINK_ACCESS_BINFO (baselink) = TYPE_BINFO (qualifying_scope); in tsubst_baselink() 16682 BASELINK_BINFO (baselink) = lookup_base (qualifying_scope, binfo_type, in tsubst_baselink() [all …]
|
| D | ChangeLog-2004 | 15 qualifying_scope and unqualified_name. 23 * parser.c (make_id_declarator): Split "id" into qualifying_scope
|
| D | cp-tree.h | 6350 tree qualifying_scope; member
|
| D | ChangeLog-2018 | 2463 * decl.c (grokdeclarator): Call it for qualifying_scope.
|
| D | ChangeLog-2003 | 741 both processing_template_decl and qualifying_scope are true.
|