SourceLocation Class

class QQmlSA::SourceLocation

Represents a location or region in the source code. More...

Header: #include <SourceLocation>
Status: Technical Preview

Public Functions

quint32 begin() const
quint32 end() const
SourceLocation endZeroLengthLocation(QStringView text) const
quint32 length() const
quint32 offset() const
quint32 startColumn() const
quint32 startLine() const
SourceLocation startZeroLengthLocation() const

Detailed Description

Member Function Documentation

quint32 SourceLocation::begin() const

Returns the offset of the beginning of this source location.

quint32 SourceLocation::end() const

Returns the offset of the end of this source location.

SourceLocation SourceLocation::endZeroLengthLocation(QStringView text) const

Returns a source location of lenth zero pointing to the end of this source location pointing to text.

quint32 SourceLocation::length() const

Returns the length of this source location.

quint32 SourceLocation::offset() const

Returns the offset of the beginning of this source location.

quint32 SourceLocation::startColumn() const

Returns the column number containing the beginning of this source location.

quint32 SourceLocation::startLine() const

Returns the line number containing the beginning of this source location.

SourceLocation SourceLocation::startZeroLengthLocation() const

Returns a source location of lenth zero pointing to the beginning of this source location.