FuncDeclaration.searchLabel

Searches for a label with the given identifier. This function will insert a new LabelDsymbol into labtab if it does not contain a mapping for ident.

class FuncDeclaration
final
searchLabel

Parameters

ident Identifier

identifier of the requested label

loc Loc

location used when creating a new LabelDsymbol

Return Value

the LabelDsymbol for ident

Meta