Home
last modified time | relevance | path

Searched defs:DriverOptions (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/tools/clang-installapi/
H A DOptions.h29 struct DriverOptions { struct
31 llvm::MachO::PathSeq FileLists;
34 std::string InputDirectory;
37 std::string PublicUmbrellaHeader;
40 std::string PrivateUmbrellaHeader;
43 std::string ProjectUmbrellaHeader;
46 PathSeq ExtraPublicHeaders;
49 PathSeq ExtraPrivateHeaders;
52 PathSeq ExtraProjectHeaders;
55 PathSeq ExcludePublicHeaders;
[all …]
/llvm-project/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp80 struct DriverOptions { struct
81 DriverOptions() {} in DriverOptions() function
82 bool verbose{false}; // -v
83 bool compileOnly{false}; // -c
84 std::string outputPath; // -o path
85 std::vector<std::string> searchDirectories{"."s}; // -I dir
86 bool forcedForm{false}; // -Mfixed or -Mfree appeared
87 bool warnOnNonstandardUsage{false}; // -Mstandard
88 bool warnOnSuspiciousUsage{false}; // -pedantic
89 bool warningsAreErrors{false}; // -Werror
[all …]