Home
last modified time | relevance | path

Searched refs:DriverCommandLine (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp218 FD.DriverCommandLine = makeTUCommandLineWithoutPaths( in getFullDependenciesLegacyDriverCommand()
226 FD.DriverCommandLine.push_back("-fmodule-file=" + PMD.PCMFile); in getFullDependenciesLegacyDriverCommand()
234 FD.DriverCommandLine.push_back("-fmodule-file=" + PCMPath); in getFullDependenciesLegacyDriverCommand()
236 FD.DriverCommandLine.push_back("-fmodule-map-file=" + in getFullDependenciesLegacyDriverCommand()
238 FD.DriverCommandLine.push_back("-fmodule-file=" + MD.ID.ModuleName + in getFullDependenciesLegacyDriverCommand()
/openbsd/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp288 ID.DriverCommandLine = std::move(FD.DriverCommandLine); in mergeDeps()
327 if (I.DriverCommandLine.empty()) { in printFullOutput()
346 {"command-line", I.DriverCommandLine}, in printFullOutput()
387 std::vector<std::string> DriverCommandLine; member
/openbsd/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h62 std::vector<std::string> DriverCommandLine; member