Home | History | Annotate | Download | only in src

Lines Matching defs:recover

63 static void					recover						(pANTLR3_BASE_RECOGNIZER recognizer);
175 recognizer->recover = recover;
409 /// plain mismatch(), which does not recover. Then any error
411 /// rule. Rule would recover by resynchronizing to the set of
850 /// set). The rule exception handler tries to recover, but finds
1315 /// Recover from an error found on the input stream. Mostly this is
1317 /// the match() routine could not recover from.
1320 recover (pANTLR3_BASE_RECOGNIZER recognizer)
1349 ANTLR3_FPRINTF(stderr, "Base recognizer function recover called by unknown parser type - provide override for this function\n");
1398 /// Attempt to recover from a single missing or extra token.
1423 /// mismatched token error. To recover, it sees that LA(1)==';'
1615 /// both. No tokens are consumed to recover from insertions. Return
1647 ANTLR3_FPRINTF(stderr, "Base recognizer function recover called by unknown parser type - provide override for this function\n");
1659 * recover, which will just cause the next token to be consumed,