SourceRange

Members

Functions

isNull
bool isNull()
opEquals
equals_t opEquals(SourceRange range2)
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w, FormatSpec!Char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin CX
Undocumented in source.

Properties

end
SourceLocation end [@property getter]

Retrieve a source location representing the last character within a source range.

path
string path [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
start
SourceLocation start [@property getter]

Retrieve a source location representing the first character within a source range.

Static functions

empty
SourceRange empty()

Retrieve a NULL (invalid) source range.

Mixed In Members

From mixin CX

cx
CType cx;
Undocumented in source.
dispose
void dispose()

Trusted: on the assumption that dispose as implemented by the LLVM community is good _enough_. Any bugs should by now have been found.

isValid
bool isValid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta