Searched refs:curComment (Results 1 – 1 of 1) sorted by relevance
31 curComment int member238 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos().Offset < pos.Offset {239 c := p.comments[p.curComment]246 p.curComment++260 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos().Line < pos.Line {261 c := p.comments[p.curComment]264 p.curComment++357 for p.curComment < len(p.comments) {358 p.printComment(p.comments[p.curComment])359 p.curComment++