Home
last modified time | relevance | path

Searched refs:CommentGroup (Results 1 – 6 of 6) sorted by relevance

/build/blueprint/parser/
Dsort.go110 copyComments := make([]*CommentGroup, len(file.Comments))
174 type commentsByOffset []*CommentGroup
Dprinter.go29 comments []*CommentGroup
43 skippedComments []*CommentGroup
327 func (p *printer) printComment(cg *CommentGroup) {
Dparser.go43 Comments []*CommentGroup
106 comments []*CommentGroup
162 p.comments = append(p.comments, &CommentGroup{Comments: comments})
168 p.comments = append(p.comments, &CommentGroup{Comments: comments})
Dast.go408 type CommentGroup struct { struct
412 func (x *CommentGroup) Pos() scanner.Position { return x.Comments[0].Pos() } argument
413 func (x *CommentGroup) End() scanner.Position { return x.Comments[len(x.Comments)-1].End() } argument
Dparser_test.go37 comments []*CommentGroup
289 []*CommentGroup{
972 []*CommentGroup{
/build/soong/androidmk/cmd/androidmk/
Dandroidmk.go43 comments []*bpparser.CommentGroup
57 f.comments = append(f.comments, &bpparser.CommentGroup{