Home
last modified time | relevance | path

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

/aosp12/build/blueprint/parser/
H A 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})
H A Dprinter.go29 comments []*CommentGroup
43 skippedComments []*CommentGroup
327 func (p *printer) printComment(cg *CommentGroup) { argument
H A Dsort.go213 copyComments := make([]*CommentGroup, len(file.Comments))
266 type commentsByOffset []*CommentGroup
H A Dast.go411 type CommentGroup struct { struct
415 func (x *CommentGroup) Pos() scanner.Position { return x.Comments[0].Pos() }
416 func (x *CommentGroup) End() scanner.Position { return x.Comments[len(x.Comments)-1].End() }
H A Dparser_test.go37 comments []*CommentGroup
441 []*CommentGroup{
1124 []*CommentGroup{
/aosp12/build/soong/androidmk/androidmk/
H A Dandroidmk.go33 comments []*bpparser.CommentGroup
68 f.comments = append(f.comments, &bpparser.CommentGroup{