Searched refs:containing_function (Results 1 – 3 of 3) sorted by relevance
767 tree containing_function in lambda_expr_this_capture() local776 if (!containing_function && !COMPLETE_TYPE_P (closure)) in lambda_expr_this_capture()791 if (containing_function == NULL_TREE) in lambda_expr_this_capture()795 if (!LAMBDA_FUNCTION_P (containing_function)) in lambda_expr_this_capture()798 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (containing_function)) in lambda_expr_this_capture()800 init = DECL_ARGUMENTS (containing_function); in lambda_expr_this_capture()805 = CLASSTYPE_LAMBDA_EXPR (DECL_CONTEXT (containing_function)); in lambda_expr_this_capture()
3361 tree containing_function = current_function_decl; in process_outer_var_ref() local3371 containing_function = NULL_TREE; in process_outer_var_ref()3373 if (containing_function && LAMBDA_FUNCTION_P (containing_function)) in process_outer_var_ref()3383 if (DECL_CONTEXT (d) == containing_function) in process_outer_var_ref()3396 while (context != containing_function in process_outer_var_ref()3398 && containing_function in process_outer_var_ref()3399 && LAMBDA_FUNCTION_P (containing_function)) in process_outer_var_ref()3401 tree closure = DECL_CONTEXT (containing_function); in process_outer_var_ref()3416 containing_function in process_outer_var_ref()3417 = decl_function_context (containing_function); in process_outer_var_ref()[all …]
2964 tree containing_function = current_function_decl; in finish_id_expression() local2993 while (context != containing_function in finish_id_expression()2994 && LAMBDA_FUNCTION_P (containing_function)) in finish_id_expression()2997 (DECL_CONTEXT (containing_function)); in finish_id_expression()3007 containing_function in finish_id_expression()3008 = decl_function_context (containing_function); in finish_id_expression()3011 if (context == containing_function) in finish_id_expression()9219 tree containing_function = TYPE_CONTEXT (LAMBDA_EXPR_CLOSURE (lambda)); in lambda_expr_this_capture() local9227 while (LAMBDA_FUNCTION_P (containing_function)) in lambda_expr_this_capture()9230 = CLASSTYPE_LAMBDA_EXPR (DECL_CONTEXT (containing_function)); in lambda_expr_this_capture()[all …]