| 133 | // analysis. |
| 134 | absl::string_view expr_version() const { return expr_version_; } |
| 135 | void set_expr_version(absl::string_view expr_version) { |
| 136 | expr_version_ = expr_version; |
| 137 | } |
| 138 | |
| 139 | // Computes the source location (line and column) for the given expression ID |
| 140 | // from the source info (which stores absolute positions). |
no outgoing calls