struct Annotations::Range

Declaration

struct Annotations::Range { /* full declaration omitted */ };

Description

Two offsets pointing to a continuous substring. End is not included, i.e. represents a half-open range.

Declared at: llvm/include/llvm/Testing/Support/Annotations.h:50

Member Variables

public size_t Begin = 0
public size_t End = 0