type go/ast.ReturnStmt

14 uses

	go/ast (current package)
		ast.go#L697: 	ReturnStmt struct {
		ast.go#L798: func (s *ReturnStmt) Pos() token.Pos     { return s.Return }
		ast.go#L827: func (s *ReturnStmt) End() token.Pos {
		ast.go#L884: func (*ReturnStmt) stmtNode()     {}
		walk.go#L202: 	case *ReturnStmt:

	go/parser
		parser.go#L2050: func (p *parser) parseReturnStmt() *ast.ReturnStmt {
		parser.go#L2063: 	return &ast.ReturnStmt{Return: pos, Results: x}

	go/printer
		nodes.go#L1417: 	case *ast.ReturnStmt:

	go/types
		return.go#L36: 	case *ast.ReturnStmt:
		return.go#L117: 		*ast.DeferStmt, *ast.ReturnStmt:
		stmt.go#L543: 	case *ast.ReturnStmt:

	golang.org/x/tools/go/ast/edge
		edge.go#L268: 	ReturnStmt_Results:    info[*ast.ReturnStmt]("Results"),

	golang.org/x/tools/go/ast/inspector
		typeof.go#L188: 	case *ast.ReturnStmt:
		walk.go#L192: 	case *ast.ReturnStmt: