Searched refs:anyErrorRecovery (Results 1 – 3 of 3) sorted by relevance
120 !parseState.anyErrorRecovery() || parseState.messages().AnyFatalError()); in Parse()
359 !state.anyErrorRecovery()) { in Parse()365 if (!state.anyDeferredMessages() && !state.anyErrorRecovery()) { in Parse()
85 bool anyErrorRecovery() const { return anyErrorRecovery_; } in anyErrorRecovery() function