LLVM: llvm::Annotations::Range Struct Reference (original) (raw)

Two offsets pointing to a continuous substring. More...

#include "[llvm/Testing/Annotations/Annotations.h](Annotations%5F8h%5Fsource.html)"

Public Attributes
size_t Begin = 0
size_t End = 0

Detailed Description

Two offsets pointing to a continuous substring.

End is not included, i.e. represents a half-open range.

Definition at line 57 of file Annotations.h.

operator!=

operator==

Member Data Documentation

Begin

size_t llvm::Annotations::Range::Begin = 0

End

size_t llvm::Annotations::Range::End = 0


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