Searched refs:antlr3InputClose (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3inputstream.c55 static void antlr3InputClose (pANTLR3_INPUT_STREAM input);
161 input->close = antlr3InputClose; // Close down the stream completely
162 input->free = antlr3InputClose; // Synonym for free
203 antlr3InputClose(pANTLR3_INPUT_STREAM input) function

Completed in 16 milliseconds