Searched defs:CompilerOptions (Results 1 – 7 of 7) sorted by relevance
83 struct CompilerOptions { struct108 std::vector<es2panda::SourceFile> sourceFiles;109 PatchFixOptions patchFixOptions;114 std::unordered_map<std::string, std::string> cacheFiles;124 std::string targetApiSubVersion;125 std::string moduleRecordFieldName;126 bool enableAnnotations;
38 class CompilerOptions; variable47 explicit CompilerOptions(const std::string &exe_path) : Options(exe_path) {} in CompilerOptions() function
39 class CompilerOptions; variable48 explicit CompilerOptions(const std::string &exePath) : Options(exePath) {} in CompilerOptions() function
106 struct CompilerOptions { struct144 bool etsHasWarnings = false;157 std::vector<ETSWarnings> etsWarningCollection = {};
66 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function71 es2panda::CompilerOptions &CompilerOptions() in CompilerOptions() function
79 const es2panda::CompilerOptions &CompilerOptions() const in CompilerOptions() function
74 class CompilerOptions; variable