TypeReturn

Constructors

this
this(Loc loc)
Undocumented in source.

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
kind
const(char)* kind()
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxCopy
TypeReturn syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.
toDsymbol
Dsymbol toDsymbol(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TypeQualified

loc
Loc loc;
Undocumented in source.
idents
Objects idents;
Undocumented in source.
syntaxCopy
TypeQualified syntaxCopy()
Undocumented in source.
syntaxCopyHelper
void syntaxCopyHelper(TypeQualified t)
Undocumented in source. Be warned that the author may not have intended to support it.
addIdent
void addIdent(Identifier ident)
Undocumented in source. Be warned that the author may not have intended to support it.
addInst
void addInst(TemplateInstance inst)
Undocumented in source. Be warned that the author may not have intended to support it.
addIndex
void addIndex(RootObject e)
Undocumented in source. Be warned that the author may not have intended to support it.
size
d_uns64 size(Loc loc)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta