| 174 | SourceInfo& operator=(SourceInfo&& other) = default; |
| 175 | |
| 176 | void set_syntax_version(std::string syntax_version) { |
| 177 | syntax_version_ = std::move(syntax_version); |
| 178 | } |
| 179 | |
| 180 | void set_location(std::string location) { location_ = std::move(location); } |
| 181 |
no outgoing calls