const go/parser.AllErrors

2 uses

	go/parser (current package)
		interface.go#L58: 	AllErrors         = SpuriousErrors             // report all errors (not just the first 10 on different lines)
		parser.go#L360: 	if p.mode&AllErrors == 0 {