clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::CallHierarchyOutgoingCall Struct Reference

Represents an outgoing call, e.g. More...

#include <Protocol.h>

Public Attributes

CallHierarchyItem to
 The item that is called.
 
std::vector< RangefromRanges
 The range at which this item is called.
 

Detailed Description

Represents an outgoing call, e.g.

calling a getter from a method or a method from a constructor etc.

Definition at line 1628 of file Protocol.h.

Member Data Documentation

◆ fromRanges

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 1634 of file Protocol.h.

◆ to

CallHierarchyItem clang::clangd::CallHierarchyOutgoingCall::to

The item that is called.

Definition at line 1630 of file Protocol.h.


The documentation for this struct was generated from the following file: