Home
last modified time | relevance | path

Searched defs:CompletionInfo (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dcompletions.h179 struct CompletionInfo { struct
184 …explicit CompletionInfo(std::vector<CompletionEntry> entries = {}) : entries_(std::move(entries)) … in entries_() argument
186 std::vector<CompletionEntry> &GetEntries() in GetEntries()