Home
last modified time | relevance | path

Searched refs:ToolCommandLine (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Tooling/
HDCompilationDatabase.cpp299 std::vector<std::string> ToolCommandLine(1, "clang-tool"); in FixedCompilationDatabase() local
300 ToolCommandLine.insert(ToolCommandLine.end(), in FixedCompilationDatabase()
302 CompileCommands.emplace_back(Directory, std::move(ToolCommandLine)); in FixedCompilationDatabase()