Searched defs:tree_lambda_expr (Results 1 – 1 of 1) sorted by relevance
707 struct GTY (()) tree_lambda_expr struct709 struct tree_typed typed;710 tree capture_list;711 tree this_capture;712 tree return_type;713 tree extra_scope;714 tree closure;715 vec<tree, va_gc> *pending_proxies;716 location_t locus;717 enum cp_lambda_default_capture_mode_type default_capture_mode;[all …]