Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.h178 struct CodeCompletion { struct
180 std::string Name;
183 std::string Scope;
185 std::string RequiredQualifier;
187 std::string Signature;
189 std::string SnippetSuffix;
191 std::string ReturnType;
193 llvm::Optional<markup::Document> Documentation;
194 CompletionItemKind Kind = CompletionItemKind::Missing;
203 unsigned BundleSize = 1;
[all …]