Searched refs:MakeformatOutput (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.h | 119 StringRef CWD, std::string &MakeformatOutput, 124 std::string MakeformatOutput; in getP1689ModuleDependencyFile() local 127 return getP1689ModuleDependencyFile(Command, CWD, MakeformatOutput, in getP1689ModuleDependencyFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 88 const CompileCommand &Command, StringRef CWD, std::string &MakeformatOutput, in getP1689ModuleDependencyFile() argument 138 Consumer.printDependencies(MakeformatOutput); in getP1689ModuleDependencyFile()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 1041 std::string MakeformatOutput; 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() 1072 llvm::Expected<std::string> MaybeOutput(MakeformatOutput); in clang_scan_deps_main()
|