clang-tools 20.0.0git
|
Used to resolve a client provided item back. More...
#include <Protocol.h>
Public Attributes | |
SymbolID | symbolID |
std::optional< std::vector< ResolveParams > > | parents |
std::nullopt means parents aren't resolved and empty is no parents. | |
Used to resolve a client provided item back.
Definition at line 1517 of file Protocol.h.
std::optional<std::vector<ResolveParams> > clang::clangd::TypeHierarchyItem::ResolveParams::parents |
std::nullopt means parents aren't resolved and empty is no parents.
Definition at line 1520 of file Protocol.h.
Referenced by clang::clangd::fillSuperTypes(), clang::clangd::fromJSON(), clang::clangd::superTypes(), and clang::clangd::toJSON().
SymbolID clang::clangd::TypeHierarchyItem::ResolveParams::symbolID |
Definition at line 1518 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), clang::clangd::resolveTypeHierarchy(), clang::clangd::subTypes(), and clang::clangd::toJSON().