Searched refs:CommentPos (Results 1 – 2 of 2) sorted by relevance
52 CommentPos Pos member60 func (x *Comment) Pos() Pos { return x.CommentPos }61 func (x *Comment) End() Pos { return Pos(int(x.CommentPos) + len(x.Comment)) }
507 CommentPos: pos,