|
tan
0.0.1
|
A span of source code tokens, inclusive on both ends. More...
#include <source_file.h>
Public Member Functions | |
| SourceSpan (const SourceFile *src, uint32_t line, uint32_t col) | |
| SourceSpan (const SourceFile *src, uint32_t start_line, uint32_t start_col, uint32_t end_line, uint32_t end_col) | |
| SourceSpan (const SrcLoc &start, const SrcLoc &end) | |
| SourceFile * | src () const |
| const SrcLoc & | start () const |
| const SrcLoc & | end () const |
A span of source code tokens, inclusive on both ends.
Definition at line 96 of file source_file.h.