Searched refs:MakeformatOutput (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.h | 107 StringRef CWD, std::string &MakeformatOutput, 112 std::string MakeformatOutput; in getP1689ModuleDependencyFile() local 115 return getP1689ModuleDependencyFile(Command, CWD, MakeformatOutput, in getP1689ModuleDependencyFile()
|
| /src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 87 const CompileCommand &Command, StringRef CWD, std::string &MakeformatOutput, in getP1689ModuleDependencyFile() argument 137 Consumer.printDependencies(MakeformatOutput); in getP1689ModuleDependencyFile()
|
| /src/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 963 std::string MakeformatOutput; in clang_scan_deps_main() local 966 *Input, CWD, MakeformatOutput, MakeformatOutputPath); in clang_scan_deps_main() 971 if (!MakeformatOutputPath.empty() && !MakeformatOutput.empty() && in clang_scan_deps_main() 994 llvm::Expected<std::string> MaybeOutput(MakeformatOutput); in clang_scan_deps_main()
|