LLVM 19.0.0git
Public Attributes | Friends | List of all members
llvm::Annotations::Range Struct Reference

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)
 

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.

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const Range L,
const Range R 
)
friend

Definition at line 64 of file Annotations.h.

◆ operator==

bool operator== ( const Range L,
const Range R 
)
friend

Definition at line 61 of file Annotations.h.

Member Data Documentation

◆ Begin

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

Definition at line 58 of file Annotations.h.

◆ End

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

Definition at line 59 of file Annotations.h.


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