Struct holding a semiopen range [Start; End)]

Synopsis

Declared in <llvm/AsmParser/FileLoc.h>

struct FileLocRange;

Member Functions

Name

Description

FileLocRange [constructor]

Constructors

contains

contains overloads

Data Members

Name

Description

End

Exclusive end of the range.

Start

Inclusive start of the range.

Created with MrDocs