Searched refs:pANTLR3_ARBORETUM (Results 1 – 6 of 6) sorted by relevance
58 static ANTLR3_BOOLEAN 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_ARBORETUM67 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()169 newPoolTree (pANTLR3_ARBORETUM factory) in newPoolTree()[all …]
61 pANTLR3_ARBORETUM arboretum;
80 pANTLR3_ARBORETUM factory;
173 typedef struct ANTLR3_ARBORETUM_struct *pANTLR3_ARBORETUM; typedef
589 ANTLR3_API pANTLR3_ARBORETUM antlr3ArboretumNew (pANTLR3_STRING_FACTORY facto…
221 /// \defgroup pANTLR3_ARBORETUM pANTLR3_ARBORETUM - Tree Factory Implementation