clang-tools 20.0.0git
|
#include <Index.h>
Public Attributes | |
SymbolLocation | Location |
The source location where the symbol is named. | |
RefKind | Kind = RefKind::Unknown |
SymbolID | Symbol |
The ID of the symbol which is referred to. | |
RefKind clang::clangd::ContainedRefsResult::Kind = RefKind::Unknown |
Definition at line 103 of file Index.h.
Referenced by clang::clangd::remote::Marshaller::toProtobuf().
SymbolLocation clang::clangd::ContainedRefsResult::Location |
The source location where the symbol is named.
Definition at line 102 of file Index.h.
Referenced by clang::clangd::remote::Marshaller::toProtobuf().
SymbolID clang::clangd::ContainedRefsResult::Symbol |
The ID of the symbol which is referred to.
Definition at line 105 of file Index.h.
Referenced by clang::clangd::remote::Marshaller::toProtobuf().