Contains pretty-printed type and desugared type.
More...
#include <Hover.h>
|
std::string | Type |
| Pretty-printed type.
|
|
std::optional< std::string > | AKA |
| Desugared type.
|
|
Contains pretty-printed type and desugared type.
Definition at line 29 of file Hover.h.
◆ PrintedType() [1/3]
clang::clangd::HoverInfo::PrintedType::PrintedType |
( |
| ) |
|
|
default |
◆ PrintedType() [2/3]
clang::clangd::HoverInfo::PrintedType::PrintedType |
( |
const char * |
Type | ) |
|
|
inline |
◆ PrintedType() [3/3]
clang::clangd::HoverInfo::PrintedType::PrintedType |
( |
const char * |
Type, |
|
|
const char * |
AKAType |
|
) |
| |
|
inline |
◆ AKA
std::optional<std::string> clang::clangd::HoverInfo::PrintedType::AKA |
◆ Type
std::string clang::clangd::HoverInfo::PrintedType::Type |
The documentation for this struct was generated from the following file: