Searched defs:SetIsClosureVar (Results 1 – 3 of 3) sorted by relevance
290 func (n *Name) SetIsClosureVar(b bool) { n.flags.set(nameIsClosureVar, b) } func
135 func (n *Node) SetIsClosureVar(b bool) { n.flags.set(nodeIsClosureVar, b) } func
354 func (n *Name) SetIsClosureVar(b bool) { n.flags.set(nameIsClosureVar, b) } func