Searched refs:sk_function_parms (Results 1 – 5 of 5) sorted by relevance
117 sk_function_parms, /* The scope containing function parameters. */ enumerator
462 if (scope->kind == sk_function_parms) in objc_mark_locals_volatile()2574 p->kind != sk_function_parms; in define_label()2696 p->kind != sk_function_parms; in finish_case_label()3384 while (b->level_chain->kind != sk_function_parms) in cp_make_fname_decl()11369 begin_scope (sk_function_parms, decl1); in start_preparsed_function()11892 if (current_binding_level->kind != sk_function_parms) in finish_function()11901 while (current_binding_level->kind != sk_function_parms) in finish_function()12101 begin_scope (sk_function_parms, fndecl); in start_method()
957 if (b->kind == sk_function_parms) in pushdecl_maybe_friend()1293 case sk_function_parms: in begin_scope()
20178 while (b->level_chain->kind != sk_function_parms) in build_block_ref_decl()
1371 (scope_kind): Add sk_function_parms, sk_class,