- 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.
- attributesApply
int attributesApply(void* param, int function(void*, const(char)*) fp, TRUSTformat trustFormat)
For each active attribute (ref/const/nogc/etc) call fp with a void* for the
work param and a string representation of the attribute.
- callMatch
MATCH callMatch(Type tthis, Expressions* args, int flag)
'args' are being matched to function 'this'
Determine match level.
Input:
flag 1 performing a partial ordering match
- checkRetType
bool checkRetType(Loc loc)
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultInit
Expression defaultInit(Loc loc)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasLazyParameters
bool hasLazyParameters()
Return true if there are lazy parameters.
- kind
const(char)* kind()
Undocumented in source. Be warned that the author may not have intended to support it.
- parameterEscapes
bool parameterEscapes(Parameter p)
Examine function signature for parameter p and see if
p can 'escape' the scope of the function.
- purityLevel
void purityLevel()
Do this lazily, as the parameter types might be forward referenced.
- semantic
Type semantic(Loc loc, Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
- substWildTo
Type substWildTo(uint )
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
ubyte 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.