clang-tools  10.0.0git
Public Attributes | List of all members
clang::clangd::WorkspaceSymbolParams Struct Reference

The parameters of a Workspace Symbol Request. More...

#include <Protocol.h>

Collaboration diagram for clang::clangd::WorkspaceSymbolParams:
[legend]

Public Attributes

std::string query
 A non-empty query string. More...
 

Detailed Description

The parameters of a Workspace Symbol Request.

Definition at line 866 of file Protocol.h.

Member Data Documentation

◆ query

std::string clang::clangd::WorkspaceSymbolParams::query

A non-empty query string.

Definition at line 868 of file Protocol.h.


The documentation for this struct was generated from the following file: