Home
last modified time | relevance | path

Searched refs:pANTLR3_ARBORETUM (Results 1 – 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontree.c58 static void newPool (pANTLR3_ARBORETUM factory);
59 static pANTLR3_BASE_TREE newPoolTree (pANTLR3_ARBORETUM factory);
60 static pANTLR3_BASE_TREE newFromTree (pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree);
61 static pANTLR3_BASE_TREE newFromToken (pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TOKEN token);
62 static void factoryClose (pANTLR3_ARBORETUM factory);
64 ANTLR3_API pANTLR3_ARBORETUM
67 pANTLR3_ARBORETUM factory; in antlr3ArboretumNew()
71 factory = (pANTLR3_ARBORETUM) ANTLR3_MALLOC((size_t)sizeof(ANTLR3_ARBORETUM)); in antlr3ArboretumNew()
124 newPool(pANTLR3_ARBORETUM factory) in newPool()
154 newPoolTree (pANTLR3_ARBORETUM factory) in newPoolTree()
[all …]
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3commontreeadaptor.h61 pANTLR3_ARBORETUM arboretum;
Dantlr3commontree.h80 pANTLR3_ARBORETUM factory;
Dantlr3interfaces.h173 typedef struct ANTLR3_ARBORETUM_struct *pANTLR3_ARBORETUM; typedef
Dantlr3defs.h585 ANTLR3_API pANTLR3_ARBORETUM antlr3ArboretumNew (pANTLR3_STRING_FACTORY facto…
/external/antlr/antlr-3.4/runtime/C/doxygen/
Ddoxygengroups.dox221 /// \defgroup pANTLR3_ARBORETUM pANTLR3_ARBORETUM - Tree Factory Implementation