Home
last modified time | relevance | path

Searched refs:FlagsGlobalIdent (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go101 FlagsGlobalIdent = Flags(0x00000800) const
330 func (n *Expr) GlobalIdent() bool { return n.flags&FlagsGlobalIdent != 0 }
344 func (n *Expr) SetGlobalIdent() { n.flags |= FlagsGlobalIdent }