Searched refs:MakeformatOutputPath (Results 1 – 3 of 3) sorted by relevance
120 std::string &MakeformatOutputPath);125 std::string MakeformatOutputPath; in getP1689ModuleDependencyFile() local128 MakeformatOutputPath); in getP1689ModuleDependencyFile()
89 std::string &MakeformatOutputPath) { in getP1689ModuleDependencyFile() argument136 MakeformatOutputPath = Consumer.getMakeFormatDependencyOutputPath(); in getP1689ModuleDependencyFile()137 if (!MakeformatOutputPath.empty()) in getP1689ModuleDependencyFile()
1040 std::string MakeformatOutputPath; in clang_scan_deps_main() local1044 *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()