Home
last modified time | relevance | path

Searched refs:FUNC_DEF (Results 1 – 25 of 29) sorted by relevance

12

/external/antlr/runtime/JavaScript/tests/functional/
Dt047treeparser.g12 FUNC_DEF;
23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
Dt047treeparserWalker.g16 | ^(FUNC_DEF functionHeader block)
/external/antlr/runtime/Python/tests/
Dt047treeparser.g12 FUNC_DEF;
23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
Dt047treeparserWalker.g15 | ^(FUNC_DEF functionHeader block)
/external/antlr/runtime/Python3/tests/
Dt047treeparser.g12 FUNC_DEF;
23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
Dt047treeparserWalker.g15 | ^(FUNC_DEF functionHeader block)
/external/antlr/runtime/Cpp/tests/
Dt047treeparser.g12 FUNC_DEF;
36 | functionHeader block -> ^(FUNC_DEF functionHeader block)
Dt047treeparserWalker.g21 | ^(FUNC_DEF functionHeader block)
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleC.g12 FUNC_DEF;
23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
DSimpleCTP.java23 public static final int FUNC_DEF=8; field in SimpleCTP
69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { in program()
128 case FUNC_DEF: in declaration()
171 match(input,FUNC_DEF,FOLLOW_FUNC_DEF_in_declaration88); in declaration()
DSimpleCTP.tokens4 FUNC_DEF=7
DSimpleC.tokens4 FUNC_DEF=7
DSimpleCWalker.tokens4 FUNC_DEF=7
Doutput1 tree=(VAR_DEF char c) (VAR_DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FU…
DSimpleCLexer.h24 #define FUNC_DEF 7 macro
DSimpleCWalker.g20 | ^(FUNC_DEF functionHeader block)
DSimpleCTP.g20 | ^(FUNC_DEF functionHeader block)
DSimpleCWalker.h33 #define FUNC_DEF 7 macro
DSimpleCTP.h33 #define FUNC_DEF 7 macro
DSimpleCTP.m223 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR",
286 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) {
339 …P.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader bl…
351 …arser/SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader bl…
365 case FUNC_DEF: ;
416 …/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:20:9: ^( FUNC_DEF functionHeader bl…
420 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101];
DSimpleCWalker.m223 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR",
286 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) {
339 …r.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader bl…
351 …r/SimpleCWalker.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader bl…
365 case FUNC_DEF: ;
416 …time/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:20:9: ^( FUNC_DEF functionHeader bl…
420 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101];
DSimpleCParser.h42 #define FUNC_DEF 7 macro
DSimpleCLexer.java20 public static final int FUNC_DEF=8; field in SimpleCLexer
/external/yapf/yapftests/
Dsubtype_assigner_test.py53 ('foo', {format_token.Subtype.FUNC_DEF}),
108 ('foo', {format_token.Subtype.FUNC_DEF}),
/external/yapf/yapf/yapflib/
Dformat_token.py54 FUNC_DEF = 17 variable in Subtype

12