Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h120 std::string &MakeformatOutputPath);
125 std::string MakeformatOutputPath; in getP1689ModuleDependencyFile() local
128 MakeformatOutputPath); in getP1689ModuleDependencyFile()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp89 std::string &MakeformatOutputPath) { in getP1689ModuleDependencyFile() argument
136 MakeformatOutputPath = Consumer.getMakeFormatDependencyOutputPath(); in getP1689ModuleDependencyFile()
137 if (!MakeformatOutputPath.empty()) in getP1689ModuleDependencyFile()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp1040 std::string MakeformatOutputPath; in clang_scan_deps_main() local
1044 *Input, CWD, MakeformatOutput, MakeformatOutputPath); in clang_scan_deps_main()
1049 if (!MakeformatOutputPath.empty() && !MakeformatOutput.empty() && in clang_scan_deps_main()
1059 auto OSIter = OSs.find(MakeformatOutputPath); in clang_scan_deps_main()
1062 OSIter = OSs.try_emplace(MakeformatOutputPath, MakeformatOutputPath, in clang_scan_deps_main()
1067 << MakeformatOutputPath << "\" for " << EC.message() in clang_scan_deps_main()