genTypeInfo

Generates the TypeInfo object associated with torig if it hasn't already been generated

extern (C++)
bool
genTypeInfo

Parameters

e Expression

if not null, then expression for pretty-printing errors

loc Loc

the location for reporting line numbers in errors

torig Type

the type to generate the TypeInfo object for

sc Scope*

the scope

Return Value

Type: bool

true if TypeInfo was generated and needs compiling to object file

Meta