Home
last modified time | relevance | path

Searched refs:anyErrorRecovery (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp239 !parseState.anyErrorRecovery() || parseState.messages().AnyFatalError()); in Parse()
H A Dbasic-parsers.h359 !state.anyErrorRecovery()) { in Parse()
365 if (!state.anyDeferredMessages() && !state.anyErrorRecovery()) { in Parse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-state.h84 bool anyErrorRecovery() const { return anyErrorRecovery_; } in anyErrorRecovery() function