Searched defs:CompilerOptions (Results 1 – 3 of 3) sorted by relevance
73 struct CompilerOptions { struct92 std::vector<es2panda::SourceFile> sourceFiles;93 PatchFixOptions patchFixOptions;96 std::unordered_map<std::string, std::string> cacheFiles;
38 class CompilerOptions; variable47 explicit CompilerOptions(const std::string &exe_path) : Options(exe_path) {} in CompilerOptions() function
63 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function68 es2panda::CompilerOptions &CompilerOptions() in CompilerOptions() function