go/ast.TypeSpec.Comment (field)

9 uses

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

	go/parser
		parser.go#L2396: 	spec.Comment = p.lineComment

	go/printer
		nodes.go#L1597: 		p.setComment(s.Comment)
		printer.go#L1060: 		return n.Comment

	golang.org/x/pkgsite/internal/godoc
		encode_ast.gen.go#L3165: 	if x.Comment != nil {
		encode_ast.gen.go#L3167: 		encode_ast_CommentGroup(e, x.Comment)
		encode_ast.gen.go#L3198: 			decode_ast_CommentGroup(d, &x.Comment)