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

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c8952 static GTY(()) tree lambda_scope;
8970 ti.t = lambda_scope;
8973 if (lambda_scope != decl)
8976 lambda_scope = decl;
8984 LAMBDA_EXPR_EXTRA_SCOPE (lambda) = lambda_scope;
8992 if (lambda_scope != p->t)
8994 lambda_scope = p->t;
8950 static GTY(()) tree lambda_scope; variable

Completed in 145 milliseconds