dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Srcpos
dmd
backend
cc
//////// Position in source file
extern (
C
++) @
nogc
nothrow @
safe
struct
Srcpos {
nothrow
uint
Slinnum
;
nothrow
uint
Scharnum
;
version(SCPP)
nothrow
Sfile
**
Sfilptr
;
version(SCPP)
nothrow
short
Sfilnum
;
version(HTOD)
nothrow
Sfile
**
Sfilptr
;
version(HTOD)
nothrow
short
Sfilnum
;
version(MARS)
nothrow
const
(
char
)*
Sfilename
;
version
(
MARS
)
void
set
(const(char)* filename, uint linnum, int charnum);
}
Members
Functions
set
void
set
(const(char)* filename, uint linnum, int charnum)
Set fields of Srcpos
Meta
Source
See Implementation
dmd
backend
cc
aliases
BC
ClassDeclaration_
FL
enum_flags_t
func_flags_t
mptr_flags_t
pflags_t
struct_flags_t
functions
ehmethod
list_symbol
manifest constants
IDMAX
structs
BlockRange
Cstate
EEcontext
Pstate
Srcpos
Symbol
TME
TMF
TMNE
TMNF
baseclass_t
dt_t
meminit_t
template_t
//////// Position in source file