Searched refs:CommentGroup (Results 1 – 6 of 6) sorted by relevance
110 copyComments := make([]*CommentGroup, len(file.Comments))174 type commentsByOffset []*CommentGroup
29 comments []*CommentGroup43 skippedComments []*CommentGroup327 func (p *printer) printComment(cg *CommentGroup) {
43 Comments []*CommentGroup106 comments []*CommentGroup162 p.comments = append(p.comments, &CommentGroup{Comments: comments})168 p.comments = append(p.comments, &CommentGroup{Comments: comments})
408 type CommentGroup struct { struct412 func (x *CommentGroup) Pos() scanner.Position { return x.Comments[0].Pos() } argument413 func (x *CommentGroup) End() scanner.Position { return x.Comments[len(x.Comments)-1].End() } argument
37 comments []*CommentGroup289 []*CommentGroup{972 []*CommentGroup{
43 comments []*bpparser.CommentGroup57 f.comments = append(f.comments, &bpparser.CommentGroup{