Home | History | Annotate | Download | only in preprocessor

Lines Matching defs:ignoreErrors

138     void startIgnoreErrors() { ++ignoreErrors; }
139 void endIgnoreErrors() { --ignoreErrors; }
141 bool isIgnoringErrors() { return ignoreErrors > 0; }
143 int ignoreErrors;
2032 context.ignoreErrors = 0;