Home
last modified time | relevance | path

Searched refs:ANTLR3_CHARSTREAM (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/C/include/
Dantlr3intstream.h70 #define ANTLR3_CHARSTREAM 0x0001 macro
/external/antlr/runtime/C/src/
Dantlr3inputstream.c144 input->istream->type = ANTLR3_CHARSTREAM; in antlr3GenericSetupStream()
Dantlr3baserecognizer.c335 case ANTLR3_CHARSTREAM: in antlr3RecognitionExceptionNew()