Searched refs:CommentPos (Results 1 – 3 of 3) 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)) }
76 CommentPos: NoPos,
515 CommentPos: pos,