Searched refs:pANTLR3_TOKEN_FACTORY (Results 1 – 6 of 6) sorted by relevance
61 static void factoryClose (pANTLR3_TOKEN_FACTORY factory);63 static void setInputStream (pANTLR3_TOKEN_FACTORY factory, pANTLR3_INPUT_STREAM input);64 static void factoryReset (pANTLR3_TOKEN_FACTORY factory);68 static ANTLR3_BOOLEAN newPool (pANTLR3_TOKEN_FACTORY factory);69 static pANTLR3_COMMON_TOKEN newPoolToken (pANTLR3_TOKEN_FACTORY factory);91 ANTLR3_API pANTLR3_TOKEN_FACTORY94 pANTLR3_TOKEN_FACTORY factory; in antlr3TokenFactoryNew()98 factory = (pANTLR3_TOKEN_FACTORY) ANTLR3_MALLOC((size_t)sizeof(ANTLR3_TOKEN_FACTORY)); in antlr3TokenFactoryNew()137 setInputStream (pANTLR3_TOKEN_FACTORY factory, pANTLR3_INPUT_STREAM input) in setInputStream()152 newPool(pANTLR3_TOKEN_FACTORY factory) in newPool()[all …]
147 pANTLR3_TOKEN_FACTORY tokFactory;
67 typedef struct ANTLR3_TOKEN_FACTORY_struct *pANTLR3_TOKEN_FACTORY; typedef
63 pANTLR3_TOKEN_FACTORY tokenFactory;
571 ANTLR3_API pANTLR3_TOKEN_FACTORY antlr3TokenFactoryNew (pANTLR3_INPUT_STRE…
175 /// \defgroup pANTLR3_TOKEN_FACTORY pANTLR3_TOKEN_FACTORY - Token Factory Implementation