| 1527 | } |
| 1528 | |
| 1529 | bool CommandLineParser::isSVFile(PathId fileId) const { |
| 1530 | return fileId && (m_svSourceFiles.find(fileId) != m_svSourceFiles.end()); |
| 1531 | } |
| 1532 | |
| 1533 | bool CommandLineParser::prepareCompilation_(int32_t argc, const char** argv) { |
| 1534 | FileSystem* const fileSystem = FileSystem::getInstance(); |
no outgoing calls
no test coverage detected