clang-tools 22.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 1642 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 1648 of file Protocol.h.
CallHierarchyItem clang::clangd::CallHierarchyOutgoingCall::to |
The item that is called.
Definition at line 1644 of file Protocol.h.