| 154 | }; |
| 155 | |
| 156 | bool Compiler::compileOneFile_(CompileSourceFile* compiler, |
| 157 | CompileSourceFile::Action action) { |
| 158 | bool status = compiler->compile(action); |
| 159 | return status; |
| 160 | } |
| 161 | |
| 162 | bool Compiler::isLibraryFile(PathId id) const { |
| 163 | return (m_libraryFiles.find(id) != m_libraryFiles.end()); |