sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
Symbol
d
ir
symbol
Undocumented in source.
class
Symbol :
Node
{
Name
name
;
Name
mangle
;
import
std
.
bitmanip
;
;
this
(Location location, Name name);
string
toString
(Context c);
derived
[@property getter];
uint
derived
[@property setter];
}
Constructors
this
this
(Location location, Name name)
Undocumented in source.
Members
Functions
toString
string
toString
(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
derived
derived
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
derived
uint
derived
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
mangle
Name
mangle
;
Undocumented in source.
name
Name
name
;
Undocumented in source.
Inherited Members
From Node
location
Location
location
;
Undocumented in source.
getFullLocation
auto
getFullLocation
(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
d
ir
symbol
aliases
TemplateArgument
classes
Aggregate
AliasTemplateParameter
Class
Enum
Field
Function
Interface
Method
Module
OverloadSet
Package
ScopeSymbol
Struct
Symbol
SymbolAlias
Template
TemplateInstance
TemplateParameter
TypeAlias
TypeTemplateParameter
TypedAliasTemplateParameter
Union
ValueAlias
ValueSymbol
ValueTemplateParameter
Variable
enums
InTemplate
Step
functions
apply