|
|
| SrcLoc (uint32_t r, uint32_t c, const SourceFile *src) |
| |
|
SrcLoc & | operator= (const SrcLoc &other)=default |
| |
|
| SrcLoc (const SrcLoc &other)=default |
| |
|
bool | operator== (const SrcLoc &other) const |
| |
|
bool | operator!= (const SrcLoc &other) const |
| |
|
bool | operator<= (const SrcLoc &other) const |
| |
|
bool | operator< (const SrcLoc &other) const |
| |
|
bool | operator> (const SrcLoc &other) const |
| |
|
SrcLoc & | operator++ () |
| |
|
SrcLoc | operator++ (int) |
| |
|
char | operator* () |
| |
|
|
uint32_t | l = 0 |
| |
|
uint32_t | c = 0 |
| |
|
|
class | SourceFile |
| |
|
class | SourceSpan |
| |
Definition at line 63 of file source_file.h.
The documentation for this class was generated from the following files: