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

#include <Protocol.h>

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

Public Attributes

TextDocumentIdentifier textDocument
 The document in which the command was invoked. More...
 
Range range
 The range for which the command was invoked. More...
 
CodeActionContext context
 Context carrying additional information. More...
 

Detailed Description

Definition at line 701 of file Protocol.h.

Member Data Documentation

◆ context

CodeActionContext clang::clangd::CodeActionParams::context

Context carrying additional information.

Definition at line 709 of file Protocol.h.

Referenced by clang::clangd::asCommand().

◆ range

Range clang::clangd::CodeActionParams::range

The range for which the command was invoked.

Definition at line 706 of file Protocol.h.

◆ textDocument

TextDocumentIdentifier clang::clangd::CodeActionParams::textDocument

The document in which the command was invoked.

Definition at line 703 of file Protocol.h.

Referenced by clang::clangd::asCommand().


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