go/ast.CallExpr.Lparen (field)
8 uses
go/ast (current package)
ast.go#L365: Lparen token.Pos // position of "("
go/parser
parser.go#L1284: return &ast.CallExpr{Fun: fun, Lparen: lparen, Args: list, Ellipsis: ellipsis, Rparen: rparen}
go/printer
nodes.go#L891: p.print(x.Lparen, token.LPAREN)
nodes.go#L893: p.exprList(x.Lparen, x.Args, depth, 0, x.Ellipsis, false)
nodes.go#L899: p.exprList(x.Lparen, x.Args, depth, commaTerm, x.Rparen, false)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L568: if x.Lparen != 0 {
encode_ast.gen.go#L570: e.EncodeInt(int64(x.Lparen))
encode_ast.gen.go#L607: 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. |