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
211 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++