Searched refs:antlr3InputClose (Results 1 – 1 of 1) sorted by relevance
55 static void antlr3InputClose (pANTLR3_INPUT_STREAM input);161 input->close = antlr3InputClose; // Close down the stream completely in antlr3GenericSetupStream()162 input->free = antlr3InputClose; // Synonym for free in antlr3GenericSetupStream()203 antlr3InputClose(pANTLR3_INPUT_STREAM input) in antlr3InputClose() function