Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h101 /// \param MakeformatOutputPath The output parameter for the path to
109 std::string &MakeformatOutputPath);
114 std::string MakeformatOutputPath; in getP1689ModuleDependencyFile()
117 MakeformatOutputPath); in getP1689ModuleDependencyFile()
113 std::string MakeformatOutputPath; getP1689ModuleDependencyFile() local
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp88 std::string &MakeformatOutputPath) { in getP1689ModuleDependencyFile() argument
135 MakeformatOutputPath = Consumer.getMakeFormatDependencyOutputPath(); in getP1689ModuleDependencyFile()
136 if (!MakeformatOutputPath.empty()) in getP1689ModuleDependencyFile()
/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp984 std::string MakeformatOutputPath; in clang_scan_deps_main()
988 *Input, CWD, MakeformatOutput, MakeformatOutputPath); in clang_scan_deps_main()
993 if (!MakeformatOutputPath.empty() && !MakeformatOutput.empty() && in clang_scan_deps_main()
1003 auto OSIter = OSs.find(MakeformatOutputPath); in clang_scan_deps_main()
1006 OSIter = OSs.try_emplace(MakeformatOutputPath, MakeformatOutputPath, in clang_scan_deps_main()
1011 << MakeformatOutputPath << "\" for " << EC.message() in clang_scan_deps_main()
950 std::string MakeformatOutputPath; clang_scan_deps_main() local