typeSemantic

Perform semantic analysis on a type.

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

Parameters

type Type

Type AST node

loc Loc

the location of the type

sc Scope*

context

Return Value

Type: Type

Type with completed semantic analysis, Terror if errors were encountered

Suggestion Box / Bug Report