Searched refs:K_SEMICOLON (Results 1 – 12 of 12) sorted by relevance
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 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 block 106 K_SEMICOLON : ';';
|
D | SimpleCParser.m | 142 …return @"20:1: declaration : ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL functionHeade… 919 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]]; 1069 …ecTreeParser/SimpleC.g:20:1: declaration : ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL… 1098 … description:@"token K_SEMICOLON"] retain]; 1105 …examples/simplecTreeParser/SimpleC.g:21:5: ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL… 1129 …runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:22:9: functionHeader K_SEMICOLON // alt 1141 …K_SEMICOLON4=(CommonToken *)[self match:input TokenType:K_SEMICOLON Follow:FOLLOW_K_SEMICOLON_in_d… 1277 …/examples/simplecTreeParser/SimpleC.g:26:1: variable : type declarator K_SEMICOLON -> ^( VAR_DEF t… 1302 … description:@"token K_SEMICOLON"] retain]; 1309 …Framework/examples/simplecTreeParser/SimpleC.g:27:5: ( type declarator K_SEMICOLON -> ^( VAR_DEF t… [all …]
|
D | SimpleC.tokens | 20 K_SEMICOLON=23
|
D | SimpleCWalker.tokens | 20 K_SEMICOLON=23
|
D | SimpleCTP.tokens | 20 K_SEMICOLON=23
|
D | SimpleCLexer.h | 40 #define K_SEMICOLON 23 macro
|
D | SimpleCWalker.h | 49 #define K_SEMICOLON 23 macro
|
D | SimpleCTP.h | 49 #define K_SEMICOLON 23 macro
|
D | SimpleCLexer.m | 494 // $ANTLR start "K_SEMICOLON" 503 NSInteger _type = K_SEMICOLON; 527 /* $ANTLR end "K_SEMICOLON" */ 774 …YPE | K_VOID | K_ID | K_INT | K_LCURVE | K_RCURVE | K_PLUS | K_COMMA | K_SEMICOLON | K_LT | K_EQ |… 1143 …lr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:1:85: K_SEMICOLON // alt
|
D | SimpleCParser.h | 58 #define K_SEMICOLON 23 macro
|
D | SimpleCWalker.m | 226 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]];
|
D | SimpleCTP.m | 226 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]];
|