Method

LspCallHierarchyItemset_range

Declaration

void
lsp_call_hierarchy_item_set_range (
  LspCallHierarchyItem* self,
  LspRange* value
)

Description

Sets the value of range.

The range enclosing this symbol not including leading/trailing whitespace but everything else like comments.

Parameters

value

Type: LspRange

The new value of range.

The data is owned by the caller of the method.