clang-tools  11.0.0
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 1013 of file Protocol.h.

Member Data Documentation

◆ query

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

A non-empty query string.

Definition at line 1015 of file Protocol.h.


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