nested_declarator  319 scripts/genksyms/parse.y nested_declarator:
nested_declarator  320 scripts/genksyms/parse.y 	ptr_operator nested_declarator		{ $$ = $2; }
nested_declarator  333 scripts/genksyms/parse.y 	| '(' nested_declarator ')'
nested_declarator  446 scripts/genksyms/parse.y 	nested_declarator attribute_opt			{ $$ = $2 ? $2 : $1; }