vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
FmtSrcLoc
vox
fe
ast
source_file
Undocumented in source.
struct
FmtSrcLoc {
TokenIndex
tok
;
CompilationContext
*
ctx
;
void
toString
(void delegate(const(char)[]) sink);
}
Members
Functions
toString
void
toString
(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ctx
CompilationContext
*
ctx
;
Undocumented in source.
tok
TokenIndex
tok
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
source_file
structs
FmtSrcLoc
SourceFileInfo
SourceLocation