Home
last modified time | relevance | path

Searched defs:commentListReader (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dcommentmap.go76 type commentListReader struct { struct
77 fset *token.FileSet
78 list []*CommentGroup
79 index int
80 comment *CommentGroup // comment group at current index
81 pos, end token.Position // source interval of comment group at current index
84 func (r *commentListReader) eol() bool {
88 func (r *commentListReader) next() {