Searched defs:commentInfo (Results 1 – 1 of 1) sorted by relevance
47 type commentInfo struct { struct48 cindex int // current comment index49 comment *ast.CommentGroup // = printer.comments[cindex]; or nil50 … int // = printer.posFor(printer.comments[cindex].List[0].Pos()).Offset; or infinity51 commentNewline bool // true if the comment group contains newlines89 commentInfo anonMember