clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
CompletionContext | context |
std::optional< int > | limit |
Max results to return, overriding global default. | |
Public Attributes inherited from clang::clangd::TextDocumentPositionParams | |
TextDocumentIdentifier | textDocument |
The text document. | |
Position | position |
The position inside the text document. | |
Definition at line 1231 of file Protocol.h.
CompletionContext clang::clangd::CompletionParams::context |
Definition at line 1232 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
std::optional<int> clang::clangd::CompletionParams::limit |
Max results to return, overriding global default.
0 means no limit. Clangd extension.
Definition at line 1236 of file Protocol.h.
Referenced by clang::clangd::fromJSON().