go/ast.TypeSpec.Comment (field)

8 uses

	go/ast (current package)
		ast.go#L935: 		Comment    *CommentGroup // line comments; or nil
		walk.go#L309: 		if n.Comment != nil {
		walk.go#L310: 			Walk(v, n.Comment)

	go/parser
		parser.go#L2678: 	spec.Comment = p.expectSemi()

	go/printer
		nodes.go#L1728: 		p.setComment(s.Comment)
		printer.go#L1078: 		return n.Comment

	golang.org/x/tools/go/ast/inspector
		walk.go#L299: 		if n.Comment != nil {
		walk.go#L300: 			walk(v, edge.TypeSpec_Comment, -1, n.Comment)