| 517 | SourceLineInfo& operator = ( SourceLineInfo&& ) noexcept = default; |
| 518 | |
| 519 | bool empty() const noexcept { return file[0] == '\0'; } |
| 520 | bool operator == ( SourceLineInfo const& other ) const noexcept; |
| 521 | bool operator < ( SourceLineInfo const& other ) const noexcept; |
| 522 |
nothing calls this directly
no outgoing calls
no test coverage detected