Lines Matching full:recovery
96 /// debugger is only referenced internally in recovery/error operations
110 /// perform different recovery options or not recover at all and so on.
111 /// To ignore recovery altogether, see the comments in the default
150 * error recovery is in force, so that it does not print out more than one error messages
154 * not parsing. Once in recovery mode, no errors are generated.
155 * To get out of recovery mode, the parser must successfully match
159 * 2. enter recovery mode, report error
188 /** Pointer to a function that is a hook to listen to token consumption during error recovery.
193 /** Pointer to a function that is a hook to listen to token consumption during error recovery.
198 /** Pointer to a function that is a hook to listen to token consumption during error recovery.
203 /** Pointer to a function that is a hook to listen to token consumption during error recovery.
208 /** Pointer to a function to computer the error recovery set for the current rule.
239 /** Pointer to common routine to handle single token insertion for recovery functions.
309 /// Conjure up a missing token during error recovery.