Searched refs:MakeformatOutputPath (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h100 /// \param MakeformatOutputPath The output parameter for the path to
108 std::string &MakeformatOutputPath);
113 std::string MakeformatOutputPath; local
116 MakeformatOutputPath);
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp88 std::string &MakeformatOutputPath) {
135 MakeformatOutputPath = Consumer.getMakeFormatDependencyOutputPath();
136 if (!MakeformatOutputPath.empty())
86 getP1689ModuleDependencyFile( const CompileCommand &Command, StringRef CWD, std::string &MakeformatOutput, std::string &MakeformatOutputPath) argument

Completed in 181 milliseconds