go/printer.CommentedNode.Comments (field)

4 uses

	go/printer (current package)
		printer.go#L1083: 		comments = cnode.Comments
		printer.go#L1369: 	Comments []*ast.CommentGroup

	go/format
		format.go#L87: 			node = &printer.CommentedNode{Node: file, Comments: cnode.Comments}