sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
SymbolVisitor
d
semantic
symbol
Undocumented in source.
struct
SymbolVisitor {
this
(SemanticPass pass);
void
visit
(Declaration d, Symbol s);
}
Constructors
this
this
(SemanticPass pass)
Undocumented in source.
Alias This
pass
Members
Functions
visit
void
visit
(Declaration d, Symbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
d
semantic
symbol
aliases
AstModule
BinaryExpression
Interface
Module
enums
isSchedulable
structs
SymbolAnalyzer
SymbolVisitor