Public Member Functions | |
| SourceInfo (SourcePosition point) | |
| SourceInfo (SourcePosition start, SourcePosition end) | |
| SourceInfo (const SourceInfo &other)=default | |
| void | dbprint (std::ostream &out) const |
| const SourcePosition & | getEnd () const |
| const SourcePosition & | getStart () const |
| bool | isValid () const |
| operator bool () const | |
| const SourceInfo | operator+ (const SourceInfo &rhs) const |
| SourceInfo & | operator+= (const SourceInfo &rhs) |
| bool | operator< (const SourceInfo &rhs) const |
| bool | operator<= (const SourceInfo &rhs) const |
| SourceInfo & | operator= (const SourceInfo &other)=default |
| bool | operator== (const SourceInfo &rhs) const |
| bool | operator> (const SourceInfo &rhs) const |
| bool | operator>= (const SourceInfo &rhs) const |
| cstring | toDebugString () const |
| SourceFileLine | toPosition () const |
| cstring | toPositionString () const |
| cstring | toSourceFragment () const |