SourceLocation

Undocumented in source.

Constructors

this
this(CXSourceLocation cx)
Undocumented in source.

Members

Functions

opCmp
int opCmp(const(SourceLocation) other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

column
uint column;
Undocumented in source.
cx
CXSourceLocation cx;
Undocumented in source.
line
uint line;
Undocumented in source.
offset
uint offset;
Undocumented in source.
path
string path;
Undocumented in source.

Meta