Home
last modified time | relevance | path

Searched refs:FUNC_HDR (Results 1 – 25 of 27) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
Doutput1 …ree=(VAR_DEF char c) (VAR_DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FU…
DSimpleC.g10 FUNC_HDR;
36 -> ^(FUNC_HDR type K_ID formalParameter+)
DSimpleC.tokens5 FUNC_HDR=8
DSimpleCTP.tokens5 FUNC_HDR=8
DSimpleCLexer.h25 #define FUNC_HDR 8 macro
DSimpleCTP.g32 : ^(FUNC_HDR type K_ID formalParameter+)
DSimpleCTP.h34 #define FUNC_HDR 8 macro
DSimpleCTP.java21 public static final int FUNC_HDR=6; field in SimpleCTP
270 match(input,FUNC_HDR,FOLLOW_FUNC_HDR_in_functionHeader158); in functionHeader()
DSimpleCTP.m232 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR",
545 * SimpleCTP.g:31:1: functionHeader : ^( FUNC_HDR type K_ID ( formalParameter )+ ) ;
553 // SimpleCTP.g:32:5: ( ^( FUNC_HDR type K_ID ( formalParameter )+ ) ) // ruleBlockSingleAlt
554 // SimpleCTP.g:32:9: ^( FUNC_HDR type K_ID ( formalParameter )+ ) // alt
556 [self match:input TokenType:FUNC_HDR Follow:FOLLOW_FUNC_HDR_in_functionHeader171];
DSimpleCParser.h43 #define FUNC_HDR 8 macro
DSimpleCLexer.java18 public static final int FUNC_HDR=6; field in SimpleCLexer
DSimpleCParser.m913 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR",
1467 …LCURVE ( formalParameter ( K_COMMA formalParameter )* )? K_RCURVE -> ^( FUNC_HDR type K_ID ( forma…
1516 …LCURVE ( formalParameter ( K_COMMA formalParameter )* )? K_RCURVE -> ^( FUNC_HDR type K_ID ( forma…
1616 // 36:9: -> ^( FUNC_HDR type K_ID ( formalParameter )+ )
1618 // SimpleC.g:36:12: ^( FUNC_HDR type K_ID ( formalParameter )+ )
1622 [treeAdaptor createTree:FUNC_HDR Text:@"FUNC_HDR"]
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt047treeparser.g10 FUNC_HDR;
36 -> ^(FUNC_HDR type ID formalParameter+)
Dt047treeparserWalker.g30 : ^(FUNC_HDR type ID formalParameter+)
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt047treeparser.g10 FUNC_HDR;
36 -> ^(FUNC_HDR type ID formalParameter+)
Dt047treeparserWalker.g31 : ^(FUNC_HDR type ID formalParameter+)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCTP.tokens11 FUNC_HDR=6
DSimpleC.tokens11 FUNC_HDR=6
DSimpleCLexer.h35 #define FUNC_HDR 6 macro
DSimpleCTP.h23 #define FUNC_HDR 6 macro
DSimpleCTP.java21 public static final int FUNC_HDR=6; field in SimpleCTP
270 match(input,FUNC_HDR,FOLLOW_FUNC_HDR_in_functionHeader158); in functionHeader()
DSimpleCParser.h31 #define FUNC_HDR 6 macro
DSimpleCTP.m237 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK",
495 …mework/examples/simplecTreeParser/SimpleCTP.g:31:1: functionHeader : ^( FUNC_HDR type K_ID ( forma…
502 …2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:32:5: ( ^( FUNC_HDR type K_ID ( forma…
503 …jC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:32:9: ^( FUNC_HDR type K_ID ( forma…
505 …[self match:input TokenType:FUNC_HDR Follow:FOLLOW_FUNC_HDR_in_functionHeader171]; /* element() …
DSimpleCLexer.java18 public static final int FUNC_HDR=6; field in SimpleCLexer
DSimpleCParser.m803 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK",
1296 …: type K_ID '(' ( formalParameter ( ',' formalParameter )* )? ')' -> ^( FUNC_HDR type K_ID ( forma…
1343 …( type K_ID '(' ( formalParameter ( ',' formalParameter )* )? ')' -> ^( FUNC_HDR type K_ID ( forma…
1435 // 36:9: -> ^( FUNC_HDR type K_ID ( formalParameter )+ )
1437 …bjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:36:12: ^( FUNC_HDR type K_ID ( forma…
1440 …treeAdaptor createTree:(NSInteger)FUNC_HDR Text:[[ANTLRBaseRecognizer getTokenNames] objectAtIndex…

12