resolveTypeRef

Resolve the typeref type.

TODO merge with resolvePointeeType. (It wasn't done as of this writing because I'm not sure they will stay similare enough to allow a merge).

resolveTypeRef
(
LookupT
)
(,
LookupT lookup
)

Parameters

LookupT

a type supporting taking a USR and returning a TypeKind.

type TypeKind

the type to resolve

lookup LookupT

see LookupT

Return Value

Type: TypeKind

TypeKind of the canonical type.

Meta