LLVM: llvm::lsp::CodeActionParams Struct Reference (original) (raw)

#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"

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

Definition at line 1202 of file Protocol.h.

context

Context carrying additional information.

Definition at line 1210 of file Protocol.h.

range

Range llvm::lsp::CodeActionParams::range

The range for which the command was invoked.

Definition at line 1207 of file Protocol.h.

textDocument

The document in which the command was invoked.

Definition at line 1204 of file Protocol.h.


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