const go/token.RPAREN
28 uses
go/token (current package)
token.go#L89: RPAREN // )
token.go#L198: RPAREN: ")",
go/parser
parser.go#L302: if p.tok != token.RPAREN && p.tok != token.RBRACE {
parser.go#L395: token.RPAREN: true,
parser.go#L958: if p.tok != token.RPAREN {
parser.go#L959: fields = p.parseParameterList(nil, nil, token.RPAREN)
parser.go#L962: rparen := p.expect(token.RPAREN)
parser.go#L1282: rparen := p.expect(token.RPAREN)
parser.go#L1374: rparen := p.expect(token.RPAREN)
parser.go#L1418: rparen := p.expect(token.RPAREN)
parser.go#L1523: for p.tok != token.RPAREN && p.tok != token.EOF && !ellipsis.IsValid() {
parser.go#L1529: if !p.atComma("argument list", token.RPAREN) {
parser.go#L1535: rparen := p.expectClosing(token.RPAREN, "argument list")
parser.go#L2737: for iota := 0; p.tok != token.RPAREN && p.tok != token.EOF; iota++ {
parser.go#L2740: rparen = p.expect(token.RPAREN)
go/printer
nodes.go#L331: openTok, closeTok := token.LPAREN, token.RPAREN
nodes.go#L427: p.print(token.LPAREN, token.RPAREN)
nodes.go#L757: p.print(token.RPAREN)
nodes.go#L822: p.print(token.RPAREN)
nodes.go#L835: p.print(token.RPAREN)
nodes.go#L867: p.print(x.Rparen, token.RPAREN)
nodes.go#L881: p.print(x.Rparen, token.RPAREN)
nodes.go#L948: p.print(token.RPAREN)
nodes.go#L962: p.print(x.Rparen, token.RPAREN)
nodes.go#L1701: p.print(d.Rparen, token.RPAREN)
printer.go#L774: (tok != token.RPAREN || p.prevOpen == token.LPAREN) &&
printer.go#L962: token.INC, token.DEC, token.RPAREN, token.RBRACK, token.RBRACE:
go/scanner
scanner.go#L901: tok = token.RPAREN