type go/ast.CommentMap

10 uses

	go/ast (current package)
		commentmap.go#L26: type CommentMap map[Node][]*CommentGroup
		commentmap.go#L28: func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
		commentmap.go#L127: func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
		commentmap.go#L132: 	cmap := make(CommentMap)
		commentmap.go#L229: func (cmap CommentMap) Update(old, new Node) Node {
		commentmap.go#L240: func (cmap CommentMap) Filter(node Node) CommentMap {
		commentmap.go#L241: 	umap := make(CommentMap)
		commentmap.go#L253: func (cmap CommentMap) Comments() []*CommentGroup {
		commentmap.go#L298: func (cmap CommentMap) String() string {