go/parser.parser.parseExpr (method)

6 uses

	go/parser (current package)
		parser.go#L581: 	list = append(list, p.checkExpr(p.parseExpr(lhs)))
		parser.go#L584: 		list = append(list, p.checkExpr(p.parseExpr(lhs)))
		parser.go#L1312: 	x := p.checkExpr(p.parseExpr(keyOk))
		parser.go#L1631: func (p *parser) parseExpr(lhs bool) ast.Expr {
		parser.go#L1642: 	x := p.checkExpr(p.parseExpr(false))
		parser.go#L1650: 	x := p.checkExprOrType(p.parseExpr(false))