| 82 | PathId getFileId(uint32_t line); |
| 83 | PathId getRawFileId() const { return m_fileId; } |
| 84 | PathId getPpFileId() const { return m_ppFileId; } |
| 85 | uint32_t getLineNb(uint32_t line); |
| 86 | |
| 87 | class LineTranslationInfo { |
no outgoing calls
no test coverage detected