Home
last modified time | relevance | path

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

12

/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.java222 adaptor.addChild(root_1, stream_functionHeader.nextTree()); in declaration()
267 adaptor.addChild(root_1, stream_functionHeader.nextTree()); in declaration()
268 adaptor.addChild(root_1, stream_block.nextTree()); in declaration()
360 adaptor.addChild(root_1, stream_type.nextTree()); in variable()
361 adaptor.addChild(root_1, stream_declarator.nextTree()); in variable()
566 adaptor.addChild(root_1, stream_type.nextTree()); in functionHeader()
572 adaptor.addChild(root_1, stream_formalParameter.nextTree()); in functionHeader()
659 adaptor.addChild(root_1, stream_type.nextTree()); in formalParameter()
660 adaptor.addChild(root_1, stream_declarator.nextTree()); in formalParameter()
870 adaptor.addChild(root_1, stream_variable.nextTree()); in block()
[all …]
DSimpleCParser.m1169 [treeAdaptor addChild:[stream_functionHeader nextTree] toTree:root_1];
1228 [treeAdaptor addChild:[stream_functionHeader nextTree] toTree:root_1];
1230 [treeAdaptor addChild:[stream_block nextTree] toTree:root_1];
1359 [treeAdaptor addChild:[stream_type nextTree] toTree:root_1];
1361 [treeAdaptor addChild:[stream_declarator nextTree] toTree:root_1];
1635 [treeAdaptor addChild:[stream_type nextTree] toTree:root_1];
1648 [treeAdaptor addChild:[stream_formalParameter nextTree] toTree:root_1];
1774 [treeAdaptor addChild:[stream_type nextTree] toTree:root_1];
1776 [treeAdaptor addChild:[stream_declarator nextTree] toTree:root_1];
2044 [treeAdaptor addChild:[stream_variable nextTree] toTree:root_1];
[all …]
/external/antlr/runtime/C/src/
Dantlr3commontree.c161 factory->nextTree = 0; in newPool()
190 if (factory->nextTree >= ANTLR3_FACTORY_POOL_SIZE) in newPoolTree()
204 tree = factory->pools[factory->thisPool] + factory->nextTree; in newPoolTree()
205 factory->nextTree++; in newPoolTree()
Dantlr3rewritestreams.c43 static pANTLR3_BASE_TREE nextTree (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream);
228 stream->nextTree = nextTree; in antlr3RewriteRuleElementStreamNewAE()
568 nextTree(pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream) in nextTree() function
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java669 adaptor.addChild(root_1, stream_class_spec.nextTree()); in smali_file()
672 adaptor.addChild(root_1, stream_super_spec.nextTree()); in smali_file()
678 adaptor.addChild(root_1, stream_implements_spec.nextTree()); in smali_file()
684 adaptor.addChild(root_1, stream_source_spec.nextTree()); in smali_file()
694 adaptor.addChild(root_2, stream_method.nextTree()); in smali_file()
707 adaptor.addChild(root_2, stream_field.nextTree()); in smali_file()
801 adaptor.addChild(root_0, stream_access_list.nextTree()); in class_spec()
1337 adaptor.addChild(root_1, stream_member_name.nextTree()); in field()
1338 adaptor.addChild(root_1, stream_access_list.nextTree()); in field()
1343 adaptor.addChild(root_2, stream_nonvoid_type_descriptor.nextTree()); in field()
[all …]
/external/antlr/runtime/C/include/
Dantlr3commontree.h125 ANTLR3_UINT32 nextTree; member
Dantlr3rewritestreams.h118 pANTLR3_BASE_TREE (*nextTree) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream); member
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DAST.stg345 this.adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree());<\n>
362 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
367 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
381 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DRewriteRuleElementStream.js77 nextTree: function() { method in org.antlr.runtime.tree.RewriteRuleElementStream
/external/antlr/runtime/ObjC/Framework/
DRewriteRuleElementStream.h72 - (id<BaseTree>) nextTree;
DRewriteRuleTokenStream.m115 /** Don't convert to a tree unless they explicitly call nextTree.
DRewriteRuleElementStream.m183 - (id<BaseTree>) nextTree
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
DAST.stg377 self._adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree())<\n>
394 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
399 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
413 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DAST.stg346 adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree());<\n>
363 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
368 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
382 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
DAST.stg357 adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree());
374 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());
379 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());
393 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
DAST.stg377 self._adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree())<\n>
394 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
399 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
413 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DRewriteRuleElementStream.java137 public Object nextTree() { in nextTree() method in RewriteRuleElementStream
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DAST.stg502 [treeAdaptor addChild:[stream_<rule> nextTree] toTree:root_<treeLevel>];<\n>
519 [treeAdaptor addChild:[stream_<label> nextTree] toTree:root_<treeLevel>];<\n>
524 [treeAdaptor addChild:[stream_<label> nextTree] toTree:root_<treeLevel>];<\n>
538 [treeAdaptor addChild:[stream_<label> nextTree] toTree:root_<treeLevel>];<\n>
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DSimplifier.m726 [treeAdaptor addChild:[stream_p nextTree] toTree:root_1];
843 [treeAdaptor addChild:[stream_p nextTree] toTree:root_1];
935 [treeAdaptor addChild:[stream_q nextTree] toTree:root_0];
941 [treeAdaptor addChild:[stream_p nextTree] toTree:root_0];
954 [treeAdaptor addChild:[stream_p nextTree] toTree:root_1];
956 [treeAdaptor addChild:[stream_q nextTree] toTree:root_1];
1032 [treeAdaptor addChild:[stream_poly nextTree] toTree:root_0];
1050 [treeAdaptor addChild:[stream_poly nextTree] toTree:root_1];
/external/antlr/runtime/Cpp/include/
Dantlr3rewritestreams.hpp125 TreeType* nextTree();
Dantlr3rewritestreams.inl186 RewriteRuleElementStream<ImplTraits, SuperType>::nextTree() function in RewriteRuleElementStream
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DAST.stg490 ADAPTOR->addChild(ADAPTOR, root_<treeLevel>, stream_<rule> == NULL ? NULL : stream_<rule>->nextTree
507 …PTOR, root_<treeLevel>, stream_<label> == NULL ? NULL : stream_<label>->nextTree(stream_<label>));…
512 …PTOR, root_<treeLevel>, stream_<label> == NULL ? NULL : stream_<label>->nextTree(stream_<label>));…
526 …PTOR, root_<treeLevel>, stream_<label> == NULL ? NULL : stream_<label>->nextTree(stream_<label>));…
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DRewriteRuleTokenStream.as48 /** Don't convert to a tree unless they explicitly call nextTree.
DRewriteRuleElementStream.as122 public function nextTree():Object {
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLangParser.m379 [treeAdaptor addChild:[stream_type nextTree] toTree:root_1];

12