|
clang-tools 22.0.0git
|
#include <Protocol.h>
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 1009 of file Protocol.h.
| CodeActionContext clang::clangd::CodeActionParams::context |
Context carrying additional information.
Definition at line 1017 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
| Range clang::clangd::CodeActionParams::range |
The range for which the command was invoked.
Definition at line 1014 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
| TextDocumentIdentifier clang::clangd::CodeActionParams::textDocument |
The document in which the command was invoked.
Definition at line 1011 of file Protocol.h.
Referenced by clang::clangd::fromJSON().