Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DHover.h27 struct HoverInfo { struct
29 struct PrintedType {
46 struct Param {
66 std::optional<std::string> NamespaceScope;
69 std::string LocalScope;
71 std::string Name;
73 std::string Provider;
74 std::optional<Range> SymRange;
75 index::SymbolKind Kind = index::SymbolKind::Unknown;
76 std::string Documentation;
[all …]