Home
last modified time | relevance | path

Searched refs:enclosing_scope (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dcxx-pretty-print.c237 if (t != NULL && t != pp->enclosing_scope) in pp_cxx_nested_name_specifier()
288 if (scope != pp->enclosing_scope) in pp_cxx_qualified_id()
421 tree saved_scope = pp->enclosing_scope; in pp_cxx_postfix_expression()
455 pp->enclosing_scope = strip_pointer_operator (TREE_TYPE (object)); in pp_cxx_postfix_expression()
459 pp->enclosing_scope = saved_scope; in pp_cxx_postfix_expression()
1374 tree saved_scope = pp->enclosing_scope; in pp_cxx_function_definition()
1378 pp->enclosing_scope = DECL_CONTEXT (t); in pp_cxx_function_definition()
1387 pp->enclosing_scope = saved_scope; in pp_cxx_function_definition()
1999 pp->enclosing_scope = global_namespace; in pp_cxx_pretty_printer_init()
Dcxx-pretty-print.h41 tree enclosing_scope; member
Derror.c1951 cxx_pp->enclosing_scope = 0; in reinit_cxx_pp()