declarator        178 scripts/genksyms/parse.y 	declarator asm_phrase_opt attribute_opt initializer_opt
declarator        283 scripts/genksyms/parse.y declarator:
declarator        284 scripts/genksyms/parse.y 	ptr_operator declarator			{ $$ = $2; }
declarator        313 scripts/genksyms/parse.y 	| '(' declarator ')'
declarator        394 scripts/genksyms/parse.y 	decl_specifier_seq_opt declarator BRACE_PHRASE