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

/freebsd-10.1-release/contrib/gcc/cp/
H A Dcxx-pretty-print.h41 tree enclosing_scope; member in struct:__anon1094
H A Dcxx-pretty-print.c238 if (t != NULL && t != pp->enclosing_scope)
289 if (scope != pp->enclosing_scope)
422 tree saved_scope = pp->enclosing_scope;
456 pp->enclosing_scope = strip_pointer_operator (TREE_TYPE (object));
460 pp->enclosing_scope = saved_scope;
1375 tree saved_scope = pp->enclosing_scope;
1379 pp->enclosing_scope = DECL_CONTEXT (t);
1388 pp->enclosing_scope = saved_scope;
2001 pp->enclosing_scope = global_namespace;
H A Derror.c1951 cxx_pp->enclosing_scope = 0;

Completed in 164 milliseconds