SourceLocation.expansion

Retrieve the file, line, column, and offset represented by the given source location.

If the location refers into a macro expansion, retrieves the location of the macro expansion.

Location within a source file that will be decomposed into its parts.

file out if non-NULL, will be set to the file to which the given source location points.

line out if non-NULL, will be set to the line to which the given source location points.

column out if non-NULL, will be set to the column to which the given source location points.

offset out if non-NULL, will be set to the offset into the buffer to which the given source location points.

struct SourceLocation
@property const @trusted
expansion
()

Meta