| 1437 | bool ParserVisitor::HasErrored() const { return factory_.HasErrors(); } |
| 1438 | |
| 1439 | std::string ParserVisitor::ErrorMessage() { return factory_.ErrorMessage(); } |
| 1440 | |
| 1441 | Expr ParserVisitor::GlobalCallOrMacroImpl(int64_t expr_id, |
| 1442 | absl::string_view function, |