Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp118 std::string &MakeformatOutput, std::string &MakeformatOutputPath) { in getP1689ModuleDependencyFile() argument
154 MakeformatOutputPath = Consumer.getMakeFormatDependencyOutputPath(); in getP1689ModuleDependencyFile()
155 if (!MakeformatOutputPath.empty()) in getP1689ModuleDependencyFile()
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp776 std::string MakeformatOutputPath; in main() local
780 *Input, CWD, MakeformatOutput, MakeformatOutputPath); in main()
784 if (!MakeformatOutputPath.empty() && !MakeformatOutput.empty() && in main()
794 auto OSIter = OSs.find(MakeformatOutputPath); in main()
797 OSIter = OSs.try_emplace(MakeformatOutputPath, in main()
798 MakeformatOutputPath, EC) in main()
803 << MakeformatOutputPath << "\" for " << EC.message() in main()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h110 std::string &MakeformatOutput, std::string &MakeformatOutputPath);