HomeSort by relevance Sort by last modified time
    Searched refs:pANTLR3_TOKEN_FACTORY (Results 1 - 5 of 5) sorted by null

  /external/antlr/runtime/C/src/
antlr3commontoken.c 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_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
    [all...]
  /external/antlr/runtime/C/include/
antlr3recognizersharedstate.h 147 pANTLR3_TOKEN_FACTORY tokFactory;
antlr3interfaces.h 67 typedef struct ANTLR3_TOKEN_FACTORY_struct *pANTLR3_TOKEN_FACTORY;
antlr3basetreeadaptor.h 63 pANTLR3_TOKEN_FACTORY tokenFactory;
antlr3defs.h 571 ANTLR3_API pANTLR3_TOKEN_FACTORY antlr3TokenFactoryNew (pANTLR3_INPUT_STREAM input);

Completed in 48 milliseconds