Searched refs:K_SEMICOLON (Results 1 – 9 of 9) sorted by relevance
22 | functionHeader K_SEMICOLON -> ^(FUNC_DECL functionHeader)27 : type declarator K_SEMICOLON -> ^(VAR_DEF type declarator)59 | expr K_SEMICOLON!61 | assignStat K_SEMICOLON!62 | K_SEMICOLON!66 : K_FOR K_LCURVE start=assignStat K_SEMICOLON expr K_SEMICOLON next=assignStat K_RCURVE block106 K_SEMICOLON : ';';
104 …return @"20:1: declaration : ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL functionHeade…916 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]];1069 …* SimpleC.g:20:1: declaration : ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL functionHe…1098 … description:@"token K_SEMICOLON"] retain];1105 …// SimpleC.g:21:5: ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL functionHeader ) | func…1128 // SimpleC.g:22:9: functionHeader K_SEMICOLON // alt1139 …K_SEMICOLON4=(ANTLRCommonToken *)[self match:input TokenType:K_SEMICOLON Follow:FOLLOW_K_SEMICOLON…1274 * SimpleC.g:26:1: variable : type declarator K_SEMICOLON -> ^( VAR_DEF type declarator ) ;1299 … description:@"token K_SEMICOLON"] retain];1306 …// SimpleC.g:27:5: ( type declarator K_SEMICOLON -> ^( VAR_DEF type declarator ) ) // ruleBlockSin…[all …]
20 K_SEMICOLON=23
40 #define K_SEMICOLON 23 macro
471 // $ANTLR start "K_SEMICOLON"479 NSInteger _type = K_SEMICOLON;501 /* $ANTLR end "K_SEMICOLON" */736 …YPE | K_VOID | K_ID | K_INT | K_LCURVE | K_RCURVE | K_PLUS | K_COMMA | K_SEMICOLON | K_LT | K_EQ |…1085 // SimpleC.g:1:85: K_SEMICOLON // alt
49 #define K_SEMICOLON 23 macro
58 #define K_SEMICOLON 23 macro
235 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]];