Lines Matching refs:identifier
71 %token<token> IDENTIFIER "identifier"
115 %type<token> identifier error
121 * occurring in the identifier position. Therefore identifier is a
125 identifier
148 : identifier {
152 | qualified_name '.' identifier
195 | PARCELABLE identifier '{' variable_decls '}' {
216 : type identifier ';' {
219 | type identifier '=' constant_value ';' {
228 : INTERFACE identifier '{' interface_members '}' {
233 | ONEWAY INTERFACE identifier '{' interface_members '}' {
306 : CONST type identifier '=' constant_value ';' {
313 : type identifier '(' arg_list ')' ';' {
317 | ONEWAY type identifier '(' arg_list ')' ';' {
322 | type identifier '(' arg_list ')' '=' INTVALUE ';' {
326 | ONEWAY type identifier '(' arg_list ')' '=' INTVALUE ';' {
345 : direction type identifier {
349 | type identifier {