Home
last modified time | relevance | path

Searched refs:MakeformatOutput (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
156 Consumer.printDependencies(MakeformatOutput); in getP1689ModuleDependencyFile()
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp777 std::string MakeformatOutput; in main() local
780 *Input, CWD, MakeformatOutput, MakeformatOutputPath); in main()
784 if (!MakeformatOutputPath.empty() && !MakeformatOutput.empty() && in main()
808 llvm::Expected<std::string> MaybeOutput(MakeformatOutput); in main()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h110 std::string &MakeformatOutput, std::string &MakeformatOutputPath);