Searched refs:antlr3VectorNew (Results 1 – 8 of 8) sorted by relevance
234 stream->nodes = antlr3VectorNew(DEFAULT_INITIAL_BUFFER_SIZE); in antlr3CommonTreeNodeStreamNewStream()380 stream->nodes = antlr3VectorNew(hint); in antlr3CommonTreeNodeStreamNew()
195 cts->tokens = antlr3VectorNew(0); in reset()280 stream->tokens = antlr3VectorNew(0); in antlr3CommonTokenStreamNew()
368 newChildren = antlr3VectorNew(1); in replaceChildren()
979 stack->vector = antlr3VectorNew(sizeHint); in antlr3StackNew()1054 antlr3VectorNew (ANTLR3_UINT32 sizeHint) in antlr3VectorNew() function
280 input->markers = antlr3VectorNew(0); in antlr3InputReset()
113 factory->strings = antlr3VectorNew(0); in antlr3StringFactoryNew()
132 recognizer->state->rStreams = antlr3VectorNew(0); // We don't know the size. in antlr3BaseRecognizerNew()
550 ANTLR3_API pANTLR3_VECTOR antlr3VectorNew (ANTLR3_UINT32 sizeHint);