Searched refs:CATCHPARM (Results 1 – 4 of 4) sorted by relevance
26 CATCHPARM, /* Declaration of catch parm */ enumerator
12006 else if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()12642 if ((decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()12661 else if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()13800 && decl_context != CATCHPARM in grokdeclarator()13836 if (decl_context == PARM || decl_context == CATCHPARM) in grokdeclarator()
549 (CATCHPARM).550 * except.c (expand_start_catch_block): Use the new CATCHPARM context
28292 return grokdeclarator (declarator, &type_specifiers, CATCHPARM, 1, NULL); in cp_parser_exception_declaration()