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

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< RangefromRanges
 The range at which the calls appear.
 

Detailed Description

Represents an incoming call, e.g. a caller of a method or constructor.

Definition at line 1609 of file Protocol.h.

Member Data Documentation

◆ from

CallHierarchyItem clang::clangd::CallHierarchyIncomingCall::from

The item that makes the call.

Definition at line 1611 of file Protocol.h.

Referenced by clang::clangd::operator<<().

◆ fromRanges

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

Referenced by clang::clangd::operator<<().


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