Home
last modified time | relevance | path

Searched refs:curComment (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/parser/
Dprinter.go31 curComment int member
238 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++