clang-tools
11.0.0
|
#include <Protocol.h>
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... | |
Definition at line 848 of file Protocol.h.
CodeActionContext clang::clangd::CodeActionParams::context |
Context carrying additional information.
Definition at line 856 of file Protocol.h.
Range clang::clangd::CodeActionParams::range |
The range for which the command was invoked.
Definition at line 853 of file Protocol.h.
TextDocumentIdentifier clang::clangd::CodeActionParams::textDocument |
The document in which the command was invoked.
Definition at line 850 of file Protocol.h.