Searched defs:CompilerOptions (Results 1 – 7 of 7) sorted by relevance
81 struct CompilerOptions { struct106 std::vector<es2panda::SourceFile> sourceFiles;107 PatchFixOptions patchFixOptions;112 std::unordered_map<std::string, std::string> cacheFiles;122 std::string targetApiSubVersion;123 std::string moduleRecordFieldName;
38 class CompilerOptions; variable47 explicit CompilerOptions(const std::string &exe_path) : Options(exe_path) {} in CompilerOptions() function
38 class CompilerOptions; variable47 explicit CompilerOptions(const std::string &exePath) : Options(exePath) {} in CompilerOptions() function
106 struct CompilerOptions { struct138 bool etsHasWarnings = false;151 std::vector<ETSWarnings> etsWarningCollection = {};
65 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function70 es2panda::CompilerOptions &CompilerOptions() in CompilerOptions() function
79 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function
74 class CompilerOptions; variable