Home
last modified time | relevance | path

Searched refs:get_containing_scope (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.cc251 tree scope = get_containing_scope (t); in pp_cxx_nested_name_specifier()
300 tree scope = get_containing_scope (t); in pp_cxx_qualified_id()
333 type = get_containing_scope (type); in pp_cxx_enumeration_constant()
H A DChangeLog-20133211 pp_cxx_qualified_id): Use get_containing_scope.
H A Dpt.cc6121 current = get_containing_scope (current); in push_template_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c250 tree scope = get_containing_scope (t); in pp_cxx_nested_name_specifier()
299 tree scope = get_containing_scope (t); in pp_cxx_qualified_id()
332 type = get_containing_scope (type); in pp_cxx_enumeration_constant()
H A Dpt.c5976 current = get_containing_scope (current); in push_template_decl_real()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc1900 if (tree scope = get_containing_scope (field)) in c_fold_indirect_ref_for_warn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc8335 get_containing_scope (const_tree t) in get_containing_scope() function
8350 decl = get_containing_scope (decl); in get_ultimate_context()
8384 context = get_containing_scope (context); in decl_function_context()
H A Dtree.h5159 extern tree get_containing_scope (const_tree);
H A Dcfgexpand.cc7040 parent = get_containing_scope (parent)) in execute()
H A DChangeLog-19992932 * tree.h (get_containing_scope): Declare it.
2933 * tree.c (get_containing_scope): New fucntion.
2935 * toplev.c (rest_of_compilation): Use get_containing_scope.
H A DChangeLog-200713955 int_fits_type_p, get_containing_scope, decl_function_context,
13967 tree_node_structure, handled_component_p, get_containing_scope,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c9310 get_containing_scope (const_tree t) in get_containing_scope() function
9325 decl = get_containing_scope (decl); in get_ultimate_context()
9359 context = get_containing_scope (context); in decl_function_context()
H A Dcfgexpand.c6745 parent = get_containing_scope (parent)) in execute()
H A Dtree.h4981 extern tree get_containing_scope (const_tree);