clang-tools 20.0.0git
|
Represents an incoming call, e.g. a caller of a method or constructor. More...
#include <Protocol.h>
Public Attributes | |
CallHierarchyItem | from |
The item that makes the call. | |
std::vector< Range > | fromRanges |
The range at which the calls appear. | |
Represents an incoming call, e.g. a caller of a method or constructor.
Definition at line 1612 of file Protocol.h.
CallHierarchyItem clang::clangd::CallHierarchyIncomingCall::from |
The item that makes the call.
Definition at line 1614 of file Protocol.h.
std::vector<Range> clang::clangd::CallHierarchyIncomingCall::fromRanges |
The range at which the calls appear.
This is relative to the caller denoted by From
.
Definition at line 1618 of file Protocol.h.