Lines Matching defs:CompilerOptions
82 struct CompilerOptions {
217 panda::pandasm::Program *Compile(const SourceFile &input, const CompilerOptions &options,
219 panda::pandasm::Program *CompileFile(const CompilerOptions &options, SourceFile *src,
221 void ProcessAstForTS(parser::Program *ast, const es2panda::CompilerOptions &options);
222 static int CompileFiles(CompilerOptions &options,
227 CompilerOptions options;
239 panda::pandasm::Program *CompileAbcFile(const std::string &fname, const CompilerOptions &options);
241 void CompileAbcFileInParallel(SourceFile *src, const CompilerOptions &options,
256 util::PatchFix *InitPatchFixHelper(const SourceFile &input, const CompilerOptions &options,
259 void CheckOptionsAndFileForAbcInput(const std::string &fname, const CompilerOptions &options);