|
clang-tools 22.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 1245 of file Protocol.h.
| CompletionContext clang::clangd::CompletionParams::context |
Definition at line 1246 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 1250 of file Protocol.h.
Referenced by clang::clangd::fromJSON().