tvm
|
#include <source_map.h>
Public Member Functions | |
Span (SourceName source_name, int line, int end_line, int column, int end_column) | |
Span | Merge (const Span &other) const |
Merge two spans into one which captures the combined regions. More... | |
TVM_DEFINE_OBJECT_REF_METHODS (Span, ObjectRef, SpanNode) | |
tvm::Span::Span | ( | SourceName | source_name, |
int | line, | ||
int | end_line, | ||
int | column, | ||
int | end_column | ||
) |
Merge two spans into one which captures the combined regions.