|
clang-tools 22.0.0git
|
Represents a symbol occurrence in the source file. More...
#include <Ref.h>
Public Attributes | |
| SymbolLocation | Location |
| The source location where the symbol is named. | |
| RefKind | Kind = RefKind::Unknown |
| SymbolID | Container |
| The ID of the symbol whose definition contains this reference. | |
Represents a symbol occurrence in the source file.
Despite the name, it could be a declaration/definition/reference.
WARNING: Location does not own the underlying data - Copies are shallow.
| SymbolID clang::clangd::Ref::Container |
| RefKind clang::clangd::Ref::Kind = RefKind::Unknown |
| SymbolLocation clang::clangd::Ref::Location |