Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp19 std::vector<std::string> Ret = getCommandLineWithoutModulePaths(); in getCommandLine()
30 FullDependencies::getCommandLineWithoutModulePaths() const { in getCommandLineWithoutModulePaths() function in FullDependencies
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h58 std::vector<std::string> getCommandLineWithoutModulePaths() const;
/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp302 : FD.getCommandLineWithoutModulePaths(); in mergeDeps()