Searched refs:FlagsGlobalIdent (Results 1 – 1 of 1) sorted by relevance
101 FlagsGlobalIdent = Flags(0x00000800) const330 func (n *Expr) GlobalIdent() bool { return n.flags&FlagsGlobalIdent != 0 }344 func (n *Expr) SetGlobalIdent() { n.flags |= FlagsGlobalIdent }