go/parser.parser.syncCnt (field)

4 uses

	go/parser (current package)
		parser.go#L55: 	syncCnt int       // number of parser.advance calls without progress
		parser.go#L473: 			if p.pos == p.syncPos && p.syncCnt < 10 {
		parser.go#L474: 				p.syncCnt++
		parser.go#L479: 				p.syncCnt = 0