| 750 | } |
| 751 | |
| 752 | std::string ErrorMessage::FileLocation::getOrigFile(bool convert) const |
| 753 | { |
| 754 | if (convert) |
| 755 | return Path::toNativeSeparators(mOrigFileName); |
| 756 | return mOrigFileName; |
| 757 | } |
| 758 | |
| 759 | void ErrorMessage::FileLocation::setfile(std::string file) |
| 760 | { |
no outgoing calls
no test coverage detected