Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.h155 struct CodeCompletion { struct
157 std::string Name;
161 std::string FilterText;
164 std::string Scope;
168 std::string Signature;
170 std::string SnippetSuffix;
172 std::string ReturnType;
184 unsigned BundleSize = 1;
187 struct IncludeCandidate {
209 struct Scores {
[all …]