Searched refs:getLineBuf (Results 1 – 4 of 4) sorted by relevance
185 void * (*getLineBuf) (struct ANTLR3_INPUT_STREAM_struct * input); member
212 const DataType* getLineBuf();
354 const typename InputStream<ImplTraits>::DataType* InputStream<ImplTraits>::getLineBuf() function in InputStream
169 …input->getLineBuf = antlr38BitGetLineBuf; // Return a pointer to the start of the curren… in antlr3GenericSetupStream()