Home
last modified time | relevance | path

Searched defs:KeyValueExpr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dast.go411 KeyValueExpr struct { struct
412 Key Expr
413 Colon token.Pos // position of ":"
414 Value Expr
501 func (x *KeyValueExpr) Pos() token.Pos { return x.Key.Pos() }
535 func (x *KeyValueExpr) End() token.Pos { return x.Value.End() }
566 func (*KeyValueExpr) exprNode() {}
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go172 KeyValueExpr struct { struct
173 Key, Value Expr
174 expr