Home
last modified time | relevance | path

Searched refs:OriginalCommandLine (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp18 makeTUCommandLineWithoutPaths(ArrayRef<std::string> OriginalCommandLine) { in makeTUCommandLineWithoutPaths() argument
19 std::vector<std::string> Args = OriginalCommandLine; in makeTUCommandLineWithoutPaths()
215 const std::vector<std::string> &OriginalCommandLine) const { in getFullDependenciesLegacyDriverCommand()
219 ArrayRef<std::string>(OriginalCommandLine).slice(1)); in getFullDependenciesLegacyDriverCommand()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h178 const std::vector<std::string> &OriginalCommandLine) const;