type golang.org/x/mod/modfile.Line

43 uses

	golang.org/x/mod/modfile (current package)
		print.go#L140: 	case *Line:
		read.go#L104: func (x *FileSyntax) addLine(hint Expr, tokens ...string) *Line {
		read.go#L111: 			case *Line:
		read.go#L125: 	newLineAfter := func(i int) *Line {
		read.go#L126: 		new := &Line{Token: tokens}
		read.go#L140: 			case *Line:
		read.go#L148: 					block := &LineBlock{Token: stmt.Token[:1], Line: []*Line{stmt}}
		read.go#L151: 					new := &Line{Token: tokens[1:], InBlock: true}
		read.go#L162: 					new := &Line{Token: tokens[1:], InBlock: true}
		read.go#L176: 						new := &Line{Token: tokens[1:], InBlock: true}
		read.go#L185: 	new := &Line{Token: tokens}
		read.go#L190: func (x *FileSyntax) updateLine(line *Line, tokens ...string) {
		read.go#L197: func (x *FileSyntax) removeLine(line *Line) {
		read.go#L210: 		case *Line:
		read.go#L227: 				line := &Line{
		read.go#L267: type Line struct {
		read.go#L275: func (x *Line) Span() (start, end Position) {
		read.go#L291: 	Line   []*Line
		read.go#L651: 	case *Line:
		read.go#L813: 			in.file.Stmt = append(in.file.Stmt, &Line{
		read.go#L893: func (in *input) parseLine() *Line {
		read.go#L904: 			return &Line{
		rule.go#L51: 	Syntax *Line
		rule.go#L57: 	Syntax  *Line
		rule.go#L64: 	Syntax   *Line
		rule.go#L70: 	Syntax *Line
		rule.go#L77: 	Syntax *Line
		rule.go#L84: 	Syntax    *Line
		rule.go#L157: 		case *Line:
		rule.go#L197: func (f *File) add(errs *ErrorList, block *LineBlock, line *Line, verb string, args []string, fix VersionFixer, strict bool) {
		rule.go#L404: func isIndirect(line *Line) bool {
		rule.go#L413: func setIndirect(line *Line, indirect bool) {
		rule.go#L561: func parseRetractRationale(block *LineBlock, line *Line) string {
		rule.go#L786: 				var newLines []*Line
		rule.go#L804: 		case *Line:
		rule.go#L836: 	var hint *Line
		rule.go#L873: 	var hint *Line
		rule.go#L965: 	kill := make(map[*Line]bool)
		rule.go#L1009: 		case *Line:
		rule.go#L1014: 			var lines []*Line
		rule.go#L1032: func lineLess(li, lj *Line) bool {
		rule.go#L1046: func lineRetractLess(li, lj *Line) bool {
		rule.go#L1047: 	interval := func(l *Line) VersionInterval {