|
clang-tools 22.0.0git
|
Contains pretty-printed type and desugared type. More...
#include <Hover.h>
Public Member Functions | |
| PrintedType ()=default | |
| PrintedType (const char *Type) | |
| PrintedType (const char *Type, const char *AKAType) | |
Public Attributes | |
| std::string | Type |
| Pretty-printed type. | |
| std::optional< std::string > | AKA |
| Desugared type. | |
|
default |
|
inline |
|
inline |
| std::optional<std::string> clang::clangd::HoverInfo::PrintedType::AKA |
Desugared type.
Definition at line 38 of file Hover.h.
Referenced by clang::clangd::operator==(), and PrintedType().
| std::string clang::clangd::HoverInfo::PrintedType::Type |
Pretty-printed type.
Definition at line 36 of file Hover.h.
Referenced by clang::clangd::operator==(), PrintedType(), and PrintedType().