Searched refs:curComment (Results 1 – 1 of 1) sorted by relevance
31 curComment int member211 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos.Offset < pos.Offset {212 c := p.comments[p.curComment]220 p.curComment++235 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos.Line < pos.Line {236 c := p.comments[p.curComment]242 p.curComment++332 for p.curComment < len(p.comments) {333 c := p.comments[p.curComment]338 p.curComment++