go/ast.ParenExpr.Lparen (field)
7 uses
go/ast (current package)
ast.go#L322: Lparen token.Pos // position of "("
ast.go#L480: func (x *ParenExpr) Pos() token.Pos { return x.Lparen }
go/parser
parser.go#L1056: return &ast.ParenExpr{Lparen: lparen, X: typ, Rparen: rparen}
parser.go#L1166: return &ast.ParenExpr{Lparen: lparen, X: x, Rparen: rparen}
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2387: if x.Lparen != 0 {
encode_ast.gen.go#L2389: e.EncodeInt(int64(x.Lparen))
encode_ast.gen.go#L2420: x.Lparen = token.Pos(d.DecodeInt())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |