func golang.org/x/pkgsite/internal/godoc.encode_ast_SelectStmt

2 uses

	golang.org/x/pkgsite/internal/godoc (current package)
		encode_ast.gen.go#L2639: func encode_ast_SelectStmt(e *codec.Encoder, x *ast.SelectStmt) {
		encode_ast.gen.go#L2684: 		func(e *codec.Encoder, x interface{}) { encode_ast_SelectStmt(e, x.(*ast.SelectStmt)) },