SourceLocation.spelling

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

If the location refers into a macro instantiation, return where the location was originally spelled in the source file.

The 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
spelling
()

Meta