LLVM 22.0.0git
|
Struct holding Line:Column location. More...
#include "llvm/AsmParser/FileLoc.h"
Public Member Functions | |
bool | operator<= (const FileLoc &RHS) const |
bool | operator< (const FileLoc &RHS) const |
FileLoc (unsigned L, unsigned C) | |
FileLoc (std::pair< unsigned, unsigned > LC) |
Public Attributes | |
unsigned | Line |
0-based line number | |
unsigned | Col |
0-based column number |
Definition at line 32 of file FileLoc.h.
References llvm::CallingConv::C, Col, and Line.
Referenced by operator<(), and operator<=().
unsigned llvm::FileLoc::Col |
0-based column number
Definition at line 22 of file FileLoc.h.
Referenced by FileLoc(), FileLoc(), operator<(), and operator<=().
unsigned llvm::FileLoc::Line |
0-based line number
Definition at line 20 of file FileLoc.h.
Referenced by FileLoc(), FileLoc(), operator<(), and operator<=().