Lines Matching refs:fn_context
11592 tree fn_context; in instantiate_class_template_1() local
11654 fn_context = decl_function_context (TYPE_MAIN_DECL (type)); in instantiate_class_template_1()
11656 if (!fn_context && LAMBDA_TYPE_P (type) && TYPE_CLASS_SCOPE_P (type)) in instantiate_class_template_1()
11657 fn_context = error_mark_node; in instantiate_class_template_1()
11658 if (!fn_context) in instantiate_class_template_1()
12102 if (fn_context) in instantiate_class_template_1()
12135 if (!fn_context) in instantiate_class_template_1()
25882 tree fn_context; in instantiate_decl() local
25883 fn_context = decl_function_context (d); in instantiate_decl()
25886 fn_context = NULL_TREE; in instantiate_decl()
25888 push_to_top = !(nested && fn_context == current_function_decl); in instantiate_decl()