Searched refs:MakeformatOutputPath (Results 1 – 3 of 3) sorted by relevance
101 /// \param MakeformatOutputPath The output parameter for the path to109 std::string &MakeformatOutputPath);114 std::string MakeformatOutputPath; in getP1689ModuleDependencyFile() 117 MakeformatOutputPath); in getP1689ModuleDependencyFile() 113 std::string MakeformatOutputPath; getP1689ModuleDependencyFile() local
88 std::string &MakeformatOutputPath) { in getP1689ModuleDependencyFile() argument135 MakeformatOutputPath = Consumer.getMakeFormatDependencyOutputPath(); in getP1689ModuleDependencyFile()136 if (!MakeformatOutputPath.empty()) in getP1689ModuleDependencyFile()
984 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