Home | History | Annotate | Download | only in src

Lines Matching refs:pANTLR3_TOKEN_FACTORY

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 void newPool (pANTLR3_TOKEN_FACTORY factory);
69 static pANTLR3_COMMON_TOKEN newPoolToken (pANTLR3_TOKEN_FACTORY factory);
91 ANTLR3_API pANTLR3_TOKEN_FACTORY
94 pANTLR3_TOKEN_FACTORY factory;
98 factory = (pANTLR3_TOKEN_FACTORY) ANTLR3_MALLOC((size_t)sizeof(ANTLR3_TOKEN_FACTORY));
137 setInputStream (pANTLR3_TOKEN_FACTORY factory, pANTLR3_INPUT_STREAM input)
152 newPool(pANTLR3_TOKEN_FACTORY factory)
191 newPoolToken(pANTLR3_TOKEN_FACTORY factory)
232 factoryReset (pANTLR3_TOKEN_FACTORY factory)
242 factoryClose (pANTLR3_TOKEN_FACTORY factory)