go/parser.parser.leadComment (field)
9 uses
go/parser (current package)
parser.go#L42: leadComment *ast.CommentGroup // last lead comment
parser.go#L317: p.leadComment = nil
parser.go#L346: p.leadComment = comment
parser.go#L709: doc := p.leadComment
parser.go#L945: doc := p.leadComment
parser.go#L2406: doc := p.leadComment
parser.go#L2414: list = append(list, f(p.leadComment, keyword, iota))
parser.go#L2437: doc := p.leadComment
parser.go#L2533: doc := p.leadComment
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |