Searched refs:K_LCURVE (Results 1 – 12 of 12) sorted by relevance
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 35 : type K_ID K_LCURVE ( formalParameter ( K_COMMA formalParameter )* )? K_RCURVE 66 : K_FOR K_LCURVE start=assignStat K_SEMICOLON expr K_SEMICOLON next=assignStat K_RCURVE block 88 | K_LCURVE expr K_RCURVE -> expr 102 K_LCURVE : '(';
|
D | SimpleC.tokens | 15 K_LCURVE=18
|
D | SimpleCWalker.tokens | 15 K_LCURVE=18
|
D | SimpleCTP.tokens | 15 K_LCURVE=18
|
D | SimpleCLexer.h | 35 #define K_LCURVE 18 macro
|
D | SimpleCWalker.h | 44 #define K_LCURVE 18 macro
|
D | SimpleCTP.h | 44 #define K_LCURVE 18 macro
|
D | SimpleCParser.m | 918 @"K_LCURLY", @"K_LCURVE", @"K_LT", @"K_PLUS", @"K_RCURLY", @"K_RCURVE", 1473 …k/examples/simplecTreeParser/SimpleC.g:34:1: functionHeader : type K_ID K_LCURVE ( formalParameter… 1509 description:@"token K_LCURVE"] retain]; 1522 …e/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:35:5: ( type K_ID K_LCURVE ( formalParameter… 1523 …ime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:35:9: type K_ID K_LCURVE ( formalParameter… 1539 …K_LCURVE13=(CommonToken *)[self match:input TokenType:K_LCURVE Follow:FOLLOW_K_LCURVE_in_functionH… 1985 …if ( ((LA6_0 >= K_FOR && LA6_0 <= K_INT)||(LA6_0 >= K_LCURLY && LA6_0 <= K_LCURVE)||LA6_0==K_SEMIC… 2160 case K_LCURVE: ; 2306 …jC/Framework/examples/simplecTreeParser/SimpleC.g:65:1: forStat : K_FOR K_LCURVE start= assignStat… 2343 description:@"token K_LCURVE"] retain]; [all …]
|
D | SimpleCLexer.m | 358 // $ANTLR start "K_LCURVE" 367 NSInteger _type = K_LCURVE; 391 /* $ANTLR end "K_LCURVE" */ 774 …/SimpleC.g:1:8: ( K_FOR | K_CHAR | K_INT_TYPE | K_VOID | K_ID | K_INT | K_LCURVE | K_RCURVE | K_PL… 1099 …antlr/code/antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:1:52: K_LCURVE // alt
|
D | SimpleCParser.h | 53 #define K_LCURVE 18 macro
|
D | SimpleCWalker.m | 225 @"K_LCURLY", @"K_LCURVE", @"K_LT", @"K_PLUS", @"K_RCURLY", @"K_RCURVE",
|
D | SimpleCTP.m | 225 @"K_LCURLY", @"K_LCURVE", @"K_LT", @"K_PLUS", @"K_RCURLY", @"K_RCURVE",
|