- gen_ir_type
IrIndex gen_ir_type(AstIndex nodeIndex, CompilationContext* c, AllowHeaderOnly allow_header_only)
Undocumented in source. Be warned that the author may not have intended to support it.
- gen_ir_type
IrIndex gen_ir_type(TypeNode* typeNode, CompilationContext* c, AllowHeaderOnly allow_header_only)
Undocumented in source. Be warned that the author may not have intended to support it.
- printType
void printType(AstIndex t, void delegate(const(char)[]) sink, CompilationContext* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
- printType
void printType(TypeNode* t, void delegate(const(char)[]) sink, CompilationContext* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
- require_type_size
SizeAndAlignment require_type_size(AstIndex typeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- require_type_size
SizeAndAlignment require_type_size(TypeNode* type, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- same_type
bool same_type(AstIndex _t1, AstIndex _t2, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- typeArgSize
IrArgSize typeArgSize(AstIndex typeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- typeName
string typeName(AstIndex typeIndex, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- typeName
string typeName(TypeNode* type, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.