go/parser.parser.errors (field)

11 uses

	go/parser (current package)
		interface.go#L111: 		p.errors.Sort()
		interface.go#L112: 		err = p.errors.Err()
		interface.go#L205: 		p.errors.Sort()
		interface.go#L206: 		err = p.errors.Err()
		parser.go#L32: 	errors  scanner.ErrorList
		parser.go#L79: 	eh := func(pos token.Position, msg string) { p.errors.Add(pos, msg) }
		parser.go#L361: 		n := len(p.errors)
		parser.go#L362: 		if n > 0 && p.errors[n-1].Pos.Line == epos.Line {
		parser.go#L370: 	p.errors.Add(epos, msg)
		parser.go#L2528: 	if p.errors.Len() != 0 {
		parser.go#L2545: 	if p.errors.Len() != 0 {