LLVM 22.0.0git
|
Struct holding a semiopen range [Start; End) More...
#include "llvm/AsmParser/FileLoc.h"
Public Member Functions | |
FileLocRange () | |
FileLocRange (FileLoc S, FileLoc E) | |
bool | contains (FileLoc L) const |
bool | contains (FileLocRange LR) const |
Public Attributes | |
FileLoc | Start |
FileLoc | End |
|
inline |
|
inline |
Definition at line 49 of file FileLoc.h.
References End, FileLocRange(), and Start.
FileLoc llvm::FileLocRange::End |
Definition at line 39 of file FileLoc.h.
Referenced by contains(), contains(), FileLocRange(), and FileLocRange().
FileLoc llvm::FileLocRange::Start |
Definition at line 38 of file FileLoc.h.
Referenced by contains(), contains(), FileLocRange(), and FileLocRange().