Lines Matching refs:identifier
108 %token<token> IDENTIFIER "identifier"
122 %token CPP_HEADER "cpp_header (which can also be used as an identifier)"
183 %type<token> identifier error qualified_name
195 * occurring in the identifier position. Therefore identifier is a
199 identifier
236 : identifier {
239 | qualified_name '.' identifier
284 : identifier {
289 | type_params ',' identifier {
313 | PARCELABLE identifier '{' variable_decls '}' {
337 : type identifier ';' {
341 | type identifier '=' const_expr ';' {
352 : INTERFACE identifier '{' interface_members '}' {
357 | ONEWAY INTERFACE identifier '{' interface_members '}' {
520 : CONST type identifier '=' const_expr ';' {
529 : identifier '=' const_expr {
533 | identifier {
556 : ENUM identifier enum_decl_body {
565 : type identifier '(' arg_list ')' ';' {
569 | annotation_list ONEWAY type identifier '(' arg_list ')' ';' {
577 | type identifier '(' arg_list ')' '=' INTVALUE ';' {
587 | annotation_list ONEWAY type identifier '(' arg_list ')' '=' INTVALUE ';' {
619 : direction type identifier {
623 | type identifier {
680 : identifier '=' const_expr {