- accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
- addStorageClass
Type addStorageClass(StorageClass stc)
Undocumented in source. Be warned that the author may not have intended to support it.
- alignsize
uint alignsize()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasPointers
bool hasPointers()
Undocumented in source. Be warned that the author may not have intended to support it.
- implicitConvTo
MATCH implicitConvTo(Type to)
Undocumented in source. Be warned that the author may not have intended to support it.
- isBoolean
bool isBoolean()
Undocumented in source. Be warned that the author may not have intended to support it.
- isZeroInit
bool isZeroInit(Loc loc)
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.
- size
d_uns64 size(Loc loc)
Undocumented in source. Be warned that the author may not have intended to support it.
- syntaxCopy
Type syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.
- next
Type next;
Undocumented in source.
- checkDeprecated
void checkDeprecated(Loc loc, Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasWild
int hasWild()
Undocumented in source. Be warned that the author may not have intended to support it.
- nextOf
Type nextOf()
For TypeFunction, nextOf() can return NULL if the function return
type is meant to be inferred, and semantic() hasn't yet ben run
on the function. After semantic(), it must no longer be NULL.
- makeConst
Type makeConst()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeImmutable
Type makeImmutable()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeShared
Type makeShared()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSharedConst
Type makeSharedConst()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeWild
Type makeWild()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeWildConst
Type makeWildConst()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSharedWild
Type makeSharedWild()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSharedWildConst
Type makeSharedWildConst()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeMutable
Type makeMutable()
Undocumented in source. Be warned that the author may not have intended to support it.
- constConv
MATCH constConv(Type to)
Undocumented in source. Be warned that the author may not have intended to support it.
- deduceWild
MOD deduceWild(Type t, bool isRef)
Undocumented in source. Be warned that the author may not have intended to support it.
- transitive
void transitive()
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.