MLIR
20.0.0git
|
Represents a collection of completion items to be presented in the editor. More...
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
bool | isIncomplete = false |
The list is not complete. More... | |
std::vector< CompletionItem > | items |
The completion items. More... | |
Represents a collection of completion items to be presented in the editor.
Definition at line 897 of file Protocol.h.
bool mlir::lsp::CompletionList::isIncomplete = false |
The list is not complete.
Further typing should result in recomputing the list.
Definition at line 900 of file Protocol.h.
Referenced by mlir::lsp::toJSON().
std::vector<CompletionItem> mlir::lsp::CompletionList::items |