OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newDownNode
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h
282
pANTLR3_BASE_TREE (*
newDownNode
) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c
45
static pANTLR3_BASE_TREE
newDownNode
(pANTLR3_COMMON_TREE_NODE_STREAM ctns);
184
stream->
newDownNode
=
newDownNode
;
327
stream->
newDownNode
=
newDownNode
;
762
node = ctns->
newDownNode
(ctns);
890
newDownNode
(pANTLR3_COMMON_TREE_NODE_STREAM ctns)
Completed in 1783 milliseconds