OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newFromTree
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3commontree.h
152
pANTLR3_BASE_TREE (*
newFromTree
) (struct ANTLR3_ARBORETUM_struct * factory, pANTLR3_COMMON_TREE tree);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c
60
static pANTLR3_BASE_TREE
newFromTree
(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree);
98
factory->
newFromTree
=
newFromTree
;
213
newFromTree
(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree)
404
return theOld->factory->
newFromTree
(theOld->factory, theOld);
Completed in 362 milliseconds