go/parser.parser.lineComment (field)

8 uses

	go/parser (current package)
		parser.go#L43: 	lineComment *ast.CommentGroup // last line comment
		parser.go#L318: 	p.lineComment = nil
		parser.go#L333: 				p.lineComment = comment
		parser.go#L750: 	field := &ast.Field{Doc: doc, Names: idents, Type: typ, Tag: tag, Comment: p.lineComment}
		parser.go#L962: 	spec := &ast.Field{Doc: doc, Names: idents, Type: typ, Comment: p.lineComment}
		parser.go#L2323: 		Comment: p.lineComment,
		parser.go#L2366: 		Comment: p.lineComment,
		parser.go#L2396: 	spec.Comment = p.lineComment