| 7795 | line( other.line ) |
| 7796 | {} |
| 7797 | bool SourceLineInfo::empty() const { |
| 7798 | return file.empty(); |
| 7799 | } |
| 7800 | bool SourceLineInfo::operator == ( SourceLineInfo const& other ) const { |
| 7801 | return line == other.line && file == other.file; |
| 7802 | } |
no outgoing calls
no test coverage detected