LLVM 20.0.0git
|
Two offsets pointing to a continuous substring. More...
#include "llvm/Testing/Annotations/Annotations.h"
Public Attributes | |
size_t | Begin = 0 |
size_t | End = 0 |
Friends | |
bool | operator== (const Range &L, const Range &R) |
bool | operator!= (const Range &L, const Range &R) |
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.
Definition at line 64 of file Annotations.h.
Definition at line 61 of file Annotations.h.
size_t llvm::Annotations::Range::Begin = 0 |
Definition at line 58 of file Annotations.h.
size_t llvm::Annotations::Range::End = 0 |
Definition at line 59 of file Annotations.h.