Searched refs:CommentGroup (Results 1 – 6 of 6) sorted by relevance
116 copyComments := make([]*CommentGroup, len(file.Comments))183 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})
411 type CommentGroup struct { struct415 func (x *CommentGroup) Pos() scanner.Position { return x.Comments[0].Pos() } argument416 func (x *CommentGroup) End() scanner.Position { return x.Comments[len(x.Comments)-1].End() } argument
37 comments []*CommentGroup441 []*CommentGroup{1124 []*CommentGroup{
33 comments []*bpparser.CommentGroup52 f.comments = append(f.comments, &bpparser.CommentGroup{