go/printer.CommentedNode.Node (field)

4 uses

	go/printer (current package)
		printer.go#L1082: 		node = cnode.Node
		printer.go#L1368: 	Node     any // *ast.File, or ast.Expr, ast.Decl, ast.Spec, or ast.Stmt

	go/format
		format.go#L62: 		if f, ok := n.Node.(*ast.File); ok {
		format.go#L87: 			node = &printer.CommentedNode{Node: file, Comments: cnode.Comments}