Home | History | Annotate | Download | only in src

Lines Matching refs:errorRecovery

115 		recognizer->state->errorRecovery	= ANTLR3_FALSE;
458 recognizer->state->errorRecovery = ANTLR3_FALSE; // Not in error recovery now (if we were)
520 recognizer->state->errorRecovery = ANTLR3_FALSE;
707 /// This method sets errorRecovery to indicate the parser is recovering
716 /// 5. next match() will reset errorRecovery mode
730 if (recognizer->state->errorRecovery == ANTLR3_TRUE)
739 recognizer->state->errorRecovery = ANTLR3_TRUE;
853 /// with the successful match exits errorRecovery mode).
858 /// Errors are not generated in errorRecovery mode.
2129 recognizer->state->errorRecovery = ANTLR3_FALSE;