Home | History | Annotate | Download | only in src

Lines Matching refs:exception

237         state->error		    = ANTLR3_FALSE;	    // Start out without an exception
271 state->error = ANTLR3_FALSE; // Start out without an exception
280 // Recognition exception, report it and try to recover.
434 ex = lexer->rec->state->exception;
448 ANTLR3_FPRINTF(stderr, "%d) ", recognizer->state->exception->line);
534 /* This is a lexer, install the appropriate exception creator
742 /* TODO: Implement exception creation more fully perhaps
785 /* Failed to match, exception and recovery time.
795 /* TODO: Implement exception creation more fully perhaps
841 /* TODO: Implement exception creation more fully