clang-tools 20.0.0git
|
Represents an outgoing call, e.g. More...
#include <Protocol.h>
Public Attributes | |
CallHierarchyItem | to |
The item that is called. | |
std::vector< Range > | fromRanges |
The range at which this item is called. | |
Represents an outgoing call, e.g.
calling a getter from a method or a method from a constructor etc.
Definition at line 1631 of file Protocol.h.
std::vector<Range> clang::clangd::CallHierarchyOutgoingCall::fromRanges |
The range at which this item is called.
This is the range relative to the caller, and not To
.
Definition at line 1637 of file Protocol.h.
CallHierarchyItem clang::clangd::CallHierarchyOutgoingCall::to |
The item that is called.
Definition at line 1633 of file Protocol.h.