Lines Matching defs:error
63 ANTLR3_BOOLEAN error;
83 /** This is true when we see an error and before having successfully
84 * matched a token. Prevents generation of more than one error message
85 * per error.
89 /** The index into the input stream where the last error occurred.
90 * This is used to prevent infinite loops where an error is found
91 * but no token is consumed during recovery...another error is found,
102 /** When the recognizer terminates, the error handling functions
103 * will have incremented this value if any error occurred (that was displayed). It can then be
123 * that are generally useful in error reporting. The generated parsers install
132 * be available to the error handling functions.