clang-tools 20.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 1612 of file Protocol.h.

Member Data Documentation

◆ from

CallHierarchyItem clang::clangd::CallHierarchyIncomingCall::from

The item that makes the call.

Definition at line 1614 of file Protocol.h.

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


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