clang-tools
15.0.0git
|
#include <Protocol.h>
Public Attributes | |
CompletionContext | context |
llvm::Optional< int > | limit |
Max results to return, overriding global default. More... | |
![]() | |
TextDocumentIdentifier | textDocument |
The text document. More... | |
Position | position |
The position inside the text document. More... | |
Definition at line 1156 of file Protocol.h.
CompletionContext clang::clangd::CompletionParams::context |
Definition at line 1157 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
llvm::Optional<int> clang::clangd::CompletionParams::limit |
Max results to return, overriding global default.
0 means no limit. Clangd extension.
Definition at line 1161 of file Protocol.h.
Referenced by clang::clangd::fromJSON().