typeSemantic

Perform semantic analysis on a type.

extern (C++)
typeSemantic
(,
const ref Loc loc
,)

Parameters

t
Type: Type

Type AST node

loc
Type: Loc

the location of the type

sc
Type: Scope*

context

Return Value

Type: Type

Type with completed semantic analysis, Terror if errors were encountered

Meta