clang-tools
9.0.0
|
Represents a symbol occurrence in the source file. More...
#include <Ref.h>
Public Attributes | |
SymbolLocation | Location |
The source location where the symbol is named. More... | |
RefKind | Kind = RefKind::Unknown |
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.
RefKind clang::clangd::Ref::Kind = RefKind::Unknown |
Definition at line 55 of file Ref.h.
Referenced by llvm::yaml::MappingTraits< Ref >::mapping(), clang::clangd::operator<(), and clang::clangd::operator==().
SymbolLocation clang::clangd::Ref::Location |
The source location where the symbol is named.
Definition at line 54 of file Ref.h.
Referenced by llvm::yaml::MappingTraits< Ref >::mapping(), clang::clangd::operator<(), and clang::clangd::operator==().