| 3701 | typedef std::vector<std::pair<unsigned, std::string> > lines_t; |
| 3702 | |
| 3703 | SourceFile() {} |
| 3704 | SourceFile(const std::string &path) { |
| 3705 | // 1. If BACKWARD_CXX_SOURCE_PREFIXES is set then assume it contains |
| 3706 | // a colon-separated list of path prefixes. Try prepending each |