Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DTool.h25 Call(const protocol::ToolArguments &args) = 0;
46 Call(const protocol::ToolArguments &args) override;
H A DTool.cpp57 CommandTool::Call(const protocol::ToolArguments &args) { in Call()
H A DProtocol.h184 using ToolArguments = std::variant<std::monostate, llvm::json::Value>; variable
H A DProtocolServerMCP.cpp338 protocol::ToolArguments tool_args; in ToolsCallHandler()