clang-tools
7.0.0
|
The parameters of a Workspace Symbol Request. More...
#include <Protocol.h>
Public Attributes | |
std::string | query |
A non-empty query string. More... | |
The parameters of a Workspace Symbol Request.
Definition at line 602 of file Protocol.h.
std::string clang::clangd::WorkspaceSymbolParams::query |
A non-empty query string.
Definition at line 604 of file Protocol.h.
Referenced by clang::clangd::fromJSON().