Lines Matching full:commentinfo
46 type commentInfo struct {83 commentInfo159 // save/restore current p.commentInfo (p.nextComment() modifies it)160 defer func(info commentInfo) {161 p.commentInfo = info162 }(p.commentInfo)