| 33 | Location location; |
| 34 | |
| 35 | SymbolRecord() = default; |
| 36 | SymbolRecord(const std::string &nname, const std::string &p, const Location &loc) |
| 37 | : nice_name(nname), path(p), location(loc) {} |
| 38 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected