Searched refs:qualifying_scope (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c60 tree qualifying_scope;
892 make_id_declarator (tree qualifying_scope, tree unqualified_name,
907 if (qualifying_scope && TYPE_P (qualifying_scope))
908 qualifying_scope = TYPE_MAIN_VARIANT (qualifying_scope);
915 declarator->u.id.qualifying_scope = qualifying_scope;
1334 tree qualifying_scope;
3355 saved_qualifying_scope = parser->qualifying_scope;
59 tree qualifying_scope; local
890 make_id_declarator(tree qualifying_scope, tree unqualified_name, special_function_kind sfk) argument
1332 tree qualifying_scope; local
3482 tree qualifying_scope; local
11820 tree qualifying_scope; local
[all...]
H A Ddecl.c6832 && declarator->u.id.qualifying_scope)
6833 return declarator->u.id.qualifying_scope;
7140 tree qualifying_scope = id_declarator->u.id.qualifying_scope;
7144 if (qualifying_scope)
7155 if (qualifying_scope == global_namespace)
7158 else if (TYPE_P (qualifying_scope))
7160 qualifying_scope, decl);
7163 qualifying_scope, decl);
7166 else if (TYPE_P (qualifying_scope))
7125 tree qualifying_scope = id_declarator->u.id.qualifying_scope; local
[all...]
H A Dsearch.c1500 tree qualifying_scope,
1505 && CLASS_TYPE_P (qualifying_scope)
1506 && DERIVED_FROM_P (qualifying_scope, context_class)
1516 base = lookup_base (context_class, qualifying_scope,
1497 adjust_result_of_qualified_name_lookup(tree decl, tree qualifying_scope, tree context_class) argument
H A Dsemantics.c1413 finish_non_static_data_member (tree decl, tree object, tree qualifying_scope) argument
1429 if (processing_template_decl && !qualifying_scope)
1473 qualifying_scope,
1482 if (qualifying_scope)
1485 object = build_scoped_ref (object, qualifying_scope,
2775 /*qualifying_scope=*/NULL_TREE);
2856 /*qualifying_scope=*/NULL_TREE);
H A Dpt.c7855 tree qualifying_scope;
7867 qualifying_scope = BINFO_TYPE (BASELINK_ACCESS_BINFO (baselink));
7868 qualifying_scope = tsubst (qualifying_scope, args,
7882 baselink = lookup_fnfields (qualifying_scope, name, /*protect=*/1);
7906 qualifying_scope,
7854 tree qualifying_scope; local
H A Dcp-tree.h3755 tree qualifying_scope;
3746 tree qualifying_scope; member in struct:cp_declarator::__anon1124::__anon1125

Completed in 313 milliseconds